Adel-Moumen commited on
Commit
4c78f98
1 Parent(s): a3b56eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ Please notice that we encourage you to read our tutorials and learn more about
59
  ### Transcribing your own audio files (in English)
60
 
61
  ```python
62
- from speechbrain.pretrained import EncoderDecoderASR
63
 
64
  asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-branchformer-large-tedlium2")
65
  asr_model.transcribe_file("speechbrain/asr-branchformer-large-tedlium2/example.wav")
 
59
  ### Transcribing your own audio files (in English)
60
 
61
  ```python
62
+ from speechbrain.inference.ASR import EncoderDecoderASR
63
 
64
  asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-branchformer-large-tedlium2")
65
  asr_model.transcribe_file("speechbrain/asr-branchformer-large-tedlium2/example.wav")