Spaces:
Runtime error
Runtime error
File size: 321 Bytes
979c7fd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
services:
- type: web
name: voicedetector
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: python app.py
envVars:
- key: PYTHON_VERSION
value: 3.10.12
- key: GRADIO_SERVER_NAME
value: 0.0.0.0
- key: GRADIO_SERVER_PORT
value: 7860
|