Spaces:
Running
Running
Change to canary-180m-flash
Browse files
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-
|
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
|