veun / render.yaml
Kunalv's picture
Upload folder using huggingface_hub
24647cd verified
Raw
History Blame Contribute Delete
305 Bytes
services:
- type: web
name: vuen-hackathon-api
env: python
region: oregon
branch: main
buildCommand: pip install -r requirements.txt
startCommand: uvicorn app:app --host 0.0.0.0 --port 10000
plan: free
envVars:
- key: GOOGLE_API_KEY
sync: false