poonehmousavi commited on
Commit
e464b8d
1 Parent(s): b0e6646

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -58,8 +58,8 @@ Please notice that we encourage you to read our tutorials and learn more about
58
 
59
  ```python
60
  from speechbrain.pretrained import EncoderDecoderASR
61
- asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/speechbrain/asr-transducer-commonvoice-14-fr", savedir="pretrained_models/speechbrain/asr-transducer-commonvoice-14-fr")
62
- asr_model.transcribe_file("speechbrain/speechbrain/asr-transducer-commonvoice-14-fr/example-fr.wav")
63
  ```
64
 
65
  ### Inference on GPU
 
58
 
59
  ```python
60
  from speechbrain.pretrained import EncoderDecoderASR
61
+ asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-transducer-commonvoice-14-fr", savedir="pretrained_models/asr-transducer-commonvoice-14-fr")
62
+ asr_model.transcribe_file("speechbrain/asr-transducer-commonvoice-14-fr/example-fr.wav")
63
  ```
64
 
65
  ### Inference on GPU