Skip to content

Commit 5bff0d0

Browse files
committed
another one ehn
1 parent a6b8988 commit 5bff0d0

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

render.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ services:
33
name: speaker-diarize
44
env: python
55
plan: free
6-
runtime: python
7-
buildCommand: ./build.sh
8-
startCommand: streamlit run app.py --server.port=10000 --server.enableCORS=false
9-
envVars:
10-
- key: PYTHON_VERSION
11-
value: 3.10.13
6+
buildCommand: "pip install --upgrade pip setuptools wheel && pip install -r requirements.txt"
7+
startCommand: "streamlit run app.py"
8+
repo: https://github.com/tejHacks/speaker-diarize
9+
branch: main
10+
runtime: python3.11

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.10.13
1+
python-3.12.3

0 commit comments

Comments
 (0)