Titouan commited on
Commit
08e3512
1 Parent(s): 764ec32
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ Please notice that we encourage you to read our tutorials and learn more about
58
  from speechbrain.pretrained import EncoderDecoderASR
59
 
60
  asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-wav2vec2-commonvoice-fr", savedir="pretrained_models/asr-wav2vec2-commonvoice-en")
61
- asr_model.transcribe_file("example-en.wav")
62
 
63
  ```
64
  ### Inference on GPU
58
  from speechbrain.pretrained import EncoderDecoderASR
59
 
60
  asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-wav2vec2-commonvoice-fr", savedir="pretrained_models/asr-wav2vec2-commonvoice-en")
61
+ asr_model.transcribe_file("example.wav")
62
 
63
  ```
64
  ### Inference on GPU