moffitt-rag-demo / space.yaml
BuildNg
changes
44d337e
# 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')