speechbrainteam commited on
Commit
44f021d
1 Parent(s): bc257e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -91,7 +91,7 @@ Please notice that we encourage you to read our tutorials and learn more about
91
  ### Transcribing your own audio files (in English)
92
 
93
  ```python
94
- from speechbrain.pretrained import EncoderDecoderASR
95
 
96
  asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-conformer-transformerlm-librispeech", savedir="pretrained_models/asr-transformer-transformerlm-librispeech")
97
  asr_model.transcribe_file("speechbrain/asr-conformer-transformerlm-librispeech/example.wav")
 
91
  ### Transcribing your own audio files (in English)
92
 
93
  ```python
94
+ from speechbrain.inference.ASR import EncoderDecoderASR
95
 
96
  asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-conformer-transformerlm-librispeech", savedir="pretrained_models/asr-transformer-transformerlm-librispeech")
97
  asr_model.transcribe_file("speechbrain/asr-conformer-transformerlm-librispeech/example.wav")