Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
from nemo.collections.asr.models import ASRModel
|
| 5 |
|
| 6 |
# Define the model name (using the original author's repo or your fork)
|
| 7 |
-
MODEL_NAME = "
|
| 8 |
|
| 9 |
print(f"Downloading and loading {MODEL_NAME}...")
|
| 10 |
# Because we are on NeMo 1.23, ASRModel will successfully resolve the class
|
|
|
|
| 4 |
from nemo.collections.asr.models import ASRModel
|
| 5 |
|
| 6 |
# Define the model name (using the original author's repo or your fork)
|
| 7 |
+
MODEL_NAME = "trysem/stt_ml_fastconformer_ctc_med_punct"
|
| 8 |
|
| 9 |
print(f"Downloading and loading {MODEL_NAME}...")
|
| 10 |
# Because we are on NeMo 1.23, ASRModel will successfully resolve the class
|