trysem commited on
Commit
e3a7bb9
·
verified ·
1 Parent(s): 0163d87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "kavyamanohar/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
 
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