Adel-Moumen commited on
Commit
a962a96
1 Parent(s): e9d297b

Update README.md

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