Adel-Moumen commited on
Commit
9fef53b
1 Parent(s): 30b7826

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
  ```python
61
  from speechbrain.inference.ASR import EncoderDecoderASR
62
  asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-commonvoice-14-rw", savedir="pretrained_models/asr-crdnn-commonvoice-14-rw")
63
- asr_model.transcribe_file("speechbrain/asr-crdnn-commonvoice-14-rw/example-rw.wav")
64
  ```
65
 
66
  ### Inference on GPU
 
60
  ```python
61
  from speechbrain.inference.ASR import EncoderDecoderASR
62
  asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-commonvoice-14-rw", savedir="pretrained_models/asr-crdnn-commonvoice-14-rw")
63
+ asr_model.transcribe_file("speechbrain/asr-crdnn-commonvoice-14-rw/example_rw.wav")
64
  ```
65
 
66
  ### Inference on GPU