speechbrainteam commited on
Commit
afde532
1 Parent(s): 65f4ae2

Update README.md

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