1 parent 3a23f2a commit b37fafeCopy full SHA for b37fafe
2 files changed
render.yaml
@@ -3,7 +3,7 @@ services:
3
name: speaker-diarize
4
env: python
5
plan: free
6
- buildCommand: "pip install --upgrade pip setuptools wheel && pip install -r requirements.txt"
+ buildCommand: "pip install --upgrade pip setuptools wheel && pip install -r requirements.txt --timeout 300"
7
startCommand: "streamlit run app.py"
8
repo: https://github.com/tejHacks/speaker-diarize
9
branch: main
speaker_diarization_model.keras
1 Byte
0 commit comments