Spaces:
Sleeping
Sleeping
| echo "Downloading assets..." | |
| python download_assets.py | |
| echo "Listing assets..." | |
| find assets -maxdepth 4 | |
| echo "Starting FastAPI..." | |
| uvicorn app.main:app --host 0.0.0.0 --port 7860 |
| echo "Downloading assets..." | |
| python download_assets.py | |
| echo "Listing assets..." | |
| find assets -maxdepth 4 | |
| echo "Starting FastAPI..." | |
| uvicorn app.main:app --host 0.0.0.0 --port 7860 |