Spaces:
Sleeping
Sleeping
| # space.yaml (must live at the root of the repo) | |
| sdk: fastapi # tells Spaces to launch with uvicorn | |
| python_version: "3.10" # optional; 3.10 by default | |
| entrypoint: app:app # module:variable (app.py defines 'app') | |