Spaces:
Sleeping
Sleeping
| # Make sure this file is executable: chmod +x start.sh | |
| echo "Starting FastAPI Quiz API..." | |
| # Run uvicorn server | |
| uvicorn api.server:app --host 0.0.0.0 --port 7860 --reload | |