Spaces:
Sleeping
Sleeping
| services: | |
| - type: web | |
| name: morocco-real-estate-ai | |
| env: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: uvicorn backend.main:app --host 0.0.0.0 --port $PORT | |
| envVars: | |
| - key: PYTHON_VERSION | |
| value: 3.10.0 | |