voicedetector / render.yaml
rayso's picture
Fix gradio version to 4.19.2 for HfFolder compatibility
979c7fd
raw
history blame contribute delete
321 Bytes
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