CoolFace
Apppublic

Timechils/sapiens-mvp

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
render.yaml23 linesDownload Raw Back to root
1services:2  - type: web3    name: pv-hawk-api4    runtime: python5    pythonVersion: "3.11"6    startCommand: "gunicorn app:app"7    envVars:8      - key: PORT9        value: "10000"10      - key: PYTHONUNBUFFERED11        value: "true"12      - key: MODEL_DIR13        value: "/mnt/pv_hawk_models"14    build:15      dir: .16    healthCheckPath: /health17    healthCheckStartupDelay: 12018    19    disk:20      name: pv-hawk-model-storage21      mountPath: /mnt22      sizeGB: 30023