poonehmousavi commited on
Commit
7925aaf
1 Parent(s): d655e1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -79,7 +79,7 @@ Please notice that we encourage you to read our tutorials and learn more about
79
  from speechbrain.pretrained.interfaces import foreign_class
80
 
81
  asr_model = foreign_class(source="speechbrain/asr-whisper-large-v2-commonvoice-mn", pymodule_file="custom_interface.py", classname="WhisperASR", hparams_file='hparams.yaml', savedir="pretrained_models/asr-whisper-large-v2-commonvoice-mn")
82
- asr_model.transcribe_file('speechbrain/asr-whisper-large-v2-commonvoice-mn/example-mn.wav')
83
 
84
 
85
  ```
 
79
  from speechbrain.pretrained.interfaces import foreign_class
80
 
81
  asr_model = foreign_class(source="speechbrain/asr-whisper-large-v2-commonvoice-mn", pymodule_file="custom_interface.py", classname="WhisperASR", hparams_file='hparams.yaml', savedir="pretrained_models/asr-whisper-large-v2-commonvoice-mn")
82
+ asr_model.transcribe_file('speechbrain/asr-whisper-large-v2-commonvoice-mn/example-mn.mp3')
83
 
84
 
85
  ```