github-actions[bot] commited on
Commit ·
89ecf4f
1
Parent(s): e19359c
Auto-deploy from GitHub: e56abf06d950b8d2b6b7a5f75501a209bfb21e19
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -98,7 +98,7 @@ def worker_loop():
|
|
| 98 |
|
| 99 |
CWD = "./"
|
| 100 |
PYTHON_PATH = "stt-transcribe"
|
| 101 |
-
STT_MODEL_NAME = "
|
| 102 |
POLL_INTERVAL = 3 # seconds
|
| 103 |
|
| 104 |
import shlex
|
|
|
|
| 98 |
|
| 99 |
CWD = "./"
|
| 100 |
PYTHON_PATH = "stt-transcribe"
|
| 101 |
+
STT_MODEL_NAME = "parakeet"
|
| 102 |
POLL_INTERVAL = 3 # seconds
|
| 103 |
|
| 104 |
import shlex
|
requirements.txt
CHANGED
|
@@ -3,4 +3,4 @@ flask-cors==4.0.0
|
|
| 3 |
werkzeug==3.0.1
|
| 4 |
|
| 5 |
#STT
|
| 6 |
-
git+https://github.com/jebin2/STT.git#egg=stt-runner[
|
|
|
|
| 3 |
werkzeug==3.0.1
|
| 4 |
|
| 5 |
#STT
|
| 6 |
+
git+https://github.com/jebin2/STT.git#egg=stt-runner[parakeet]
|