CoolFace
Apppublic

ehsanulhaque92/multimodal-prescriptive-pdm

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
render.yaml13 linesDownload Raw Back to root
1services:2  - type: web3    name: multimodal-prescriptive-pdm4    env: docker5    repo: https://github.com/MdEhsanulHaqueKanan/multimodal-prescriptive-pdm6    region: oregon7    plan: free8    healthCheckPath: /healthz9    envVars:10      - key: LLM_MODEL_NAME11        value: phi-3:mini12      - key: PYTHON_VERSION13        value: 3.10