1 parent a6b8988 commit 5bff0d0Copy full SHA for 5bff0d0
2 files changed
render.yaml
@@ -3,9 +3,8 @@ services:
3
name: speaker-diarize
4
env: python
5
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
+ buildCommand: "pip install --upgrade pip setuptools wheel && pip install -r requirements.txt"
+ startCommand: "streamlit run app.py"
+ repo: https://github.com/tejHacks/speaker-diarize
+ branch: main
+ runtime: python3.11
runtime.txt
@@ -1 +1 @@
1
-python-3.10.13
+python-3.12.3
0 commit comments