Adel-Moumen commited on
Commit
ce68bac
·
1 Parent(s): 34989f7

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
  ```python
62
  from speechbrain.pretrained import EncoderDecoderASR
63
 
64
- asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-branchformer-large-Tedlium2")
65
- asr_model = EncoderDecoderASR.transcribe_file("speechbrain/asr-branchformer-large-Tedlium2/example.wav")
66
 
67
  ```
68
  ### Inference on GPU
 
61
  ```python
62
  from speechbrain.pretrained import EncoderDecoderASR
63
 
64
+ asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-branchformer-large-tedlium2")
65
+ asr_model = EncoderDecoderASR.transcribe_file("speechbrain/asr-branchformer-large-tedlium2/example.wav")
66
 
67
  ```
68
  ### Inference on GPU