Spaces:
Sleeping
Sleeping
| services: | |
| - type: web | |
| name: hwd-multilingual | |
| env: python | |
| buildCommand: "pip install -r requirements.txt" | |
| startCommand: "gunicorn webapp.app:app --bind 0.0.0.0:$PORT" | |
| envVars: | |
| - key: PYTHON_VERSION | |
| value: 3.10.0 | |