Inigohm123 commited on
Commit
c93a733
·
verified ·
1 Parent(s): 1b59c2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def transcribe(audio):
6
  transcription = tr[0].text
7
  return transcription
8
 
9
- model_name = "stt_eu_conformer_transducer_large.nemo"
10
  model = nemo_asr.models.ASRModel.restore_from(model_name)
11
 
12
  iface = gr.Interface(fn=transcribe,
 
6
  transcription = tr[0].text
7
  return transcription
8
 
9
+ model_name = "stt_eu_conformer_transducer_large_v2.nemo"
10
  model = nemo_asr.models.ASRModel.restore_from(model_name)
11
 
12
  iface = gr.Interface(fn=transcribe,