Spaces:
Sleeping
Sleeping
File size: 295 Bytes
f63f8f4 | 1 2 3 4 5 6 7 8 9 10 | 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
|