Huggingfacest commited on
Commit
8bf5de5
·
verified ·
1 Parent(s): 8a5dbc8

Change to canary-180m-flash

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from nemo.collections.asr.parts.utils.transcribe_utils import get_buffered_pred_
16
  SAMPLE_RATE = 16000 # Hz
17
  MAX_AUDIO_MINUTES = 30 # wont try to transcribe if longer than this
18
 
19
- model = ASRModel.from_pretrained("nvidia/canary-1b-flash")
20
  model.eval()
21
 
22
  # make sure beam size always 1 for consistency
 
16
  SAMPLE_RATE = 16000 # Hz
17
  MAX_AUDIO_MINUTES = 30 # wont try to transcribe if longer than this
18
 
19
+ model = ASRModel.from_pretrained("nvidia/canary-180m-flash")
20
  model.eval()
21
 
22
  # make sure beam size always 1 for consistency