Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import logging
|
|
13 |
|
14 |
# Constants and Configuration
|
15 |
SAMPLE_RATE = 16000
|
16 |
-
MODEL_NAME = "
|
17 |
|
18 |
title = "# Tibetan Speech-to-Text with Subtitles"
|
19 |
|
|
|
13 |
|
14 |
# Constants and Configuration
|
15 |
SAMPLE_RATE = 16000
|
16 |
+
MODEL_NAME = "openpecha/general_stt_base_model"
|
17 |
|
18 |
title = "# Tibetan Speech-to-Text with Subtitles"
|
19 |
|