speechbrainteam commited on
Commit
e054a7a
·
1 Parent(s): 642bdd1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ Please notice that we encourage you to read our tutorials and learn more about
60
  from speechbrain.pretrained import EncoderDecoderASR
61
 
62
  asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-rnnlm-librispeech", savedir="pretrained_models/asr-crdnn-rnnlm-librispeech")
63
- asr_model.transcribe_file("path_to_your_file.wav")
64
 
65
  ```
66
 
 
60
  from speechbrain.pretrained import EncoderDecoderASR
61
 
62
  asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-rnnlm-librispeech", savedir="pretrained_models/asr-crdnn-rnnlm-librispeech")
63
+ asr_model.transcribe_file('speechbrain/asr-crdnn-rnnlm-librispeech/example.wav')
64
 
65
  ```
66