Spaces:
Sleeping
Sleeping
File size: 245 Bytes
bfbfedd |
1 2 3 4 5 6 7 8 9 10 |
services:
- type: web
name: media-gen-api
runtime: python
buildCommand: "pip install -r requirements.txt"
startCommand: "uvicorn backend.main:app --host=0.0.0.0 --port=10000"
envVars:
- key: PORT
value: 10000
|