Spaces:
Sleeping
Sleeping
space_type: "python" | |
executor_image: "python:3.10-slim" | |
build: | |
- pip install -r requirements.txt | |
- pip install gunicorn | |
run: | |
- gunicorn -w 4 -b :80 app:app | |