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