martinoyovo's picture
Update
eb2cf07
raw
history blame
252 Bytes
services:
- type: web
name: voice-sentiment-api
env: python
buildCommand: pip install -r requirements.txt
startCommand: gunicorn --bind 0.0.0.0:$PORT --timeout 300 api:app
envVars:
- key: PYTHON_VERSION
value: 3.9.18