Skip to content

Commit b37fafe

Browse files
committed
Set Python 3.12 in render.yaml
1 parent 3a23f2a commit b37fafe

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
name: speaker-diarize
44
env: python
55
plan: free
6-
buildCommand: "pip install --upgrade pip setuptools wheel && pip install -r requirements.txt"
6+
buildCommand: "pip install --upgrade pip setuptools wheel && pip install -r requirements.txt --timeout 300"
77
startCommand: "streamlit run app.py"
88
repo: https://github.com/tejHacks/speaker-diarize
99
branch: main

speaker_diarization_model.keras

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)