Spaces:
Sleeping
Sleeping
| services: | |
| - type: web | |
| name: ai-recruitment-backend | |
| env: python | |
| buildCommand: pip install -r requirements.txt && pip install fastapi uvicorn python-multipart | |
| startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT | |
| envVars: | |
| - key: GEMINI_API_KEY | |
| sync: false | |