speechbrainteam commited on
Commit
a1000f2
1 Parent(s): 8e07ef3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-en", savedir="pretrained_models/asr-wav2vec2-commonvoice-en")
61
- asr_model.transcribe_file("example.wav")
62
 
63
  ```
64
  ### Inference on GPU
@@ -98,7 +98,7 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
98
  year = {2021},
99
  publisher = {GitHub},
100
  journal = {GitHub repository},
101
- howpublished = {\url{https://github.com/speechbrain/speechbrain}},
102
  }
103
  ```
104
 
58
  from speechbrain.pretrained import EncoderDecoderASR
59
 
60
  asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-wav2vec2-commonvoice-en", savedir="pretrained_models/asr-wav2vec2-commonvoice-en")
61
+ asr_model.transcribe_file("speechbrain/asr-wav2vec2-commonvoice-en/example.wav")
62
 
63
  ```
64
  ### Inference on GPU
98
  year = {2021},
99
  publisher = {GitHub},
100
  journal = {GitHub repository},
101
+ howpublished = {\\url{https://github.com/speechbrain/speechbrain}},
102
  }
103
  ```
104