speechbrainteam
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -77,7 +77,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
77 |
from speechbrain.inference.ASR import EncoderASR
|
78 |
|
79 |
asr_model = EncoderASR.from_hparams(source="speechbrain/asr-wav2vec2-commonvoice-14-rw", savedir="pretrained_models/asr-wav2vec2-commonvoice-14-rw")
|
80 |
-
asr_model.transcribe_file("speechbrain/asr-wav2vec2-commonvoice-14-rw/example_rw.
|
81 |
|
82 |
```
|
83 |
### Inference on GPU
|
|
|
77 |
from speechbrain.inference.ASR import EncoderASR
|
78 |
|
79 |
asr_model = EncoderASR.from_hparams(source="speechbrain/asr-wav2vec2-commonvoice-14-rw", savedir="pretrained_models/asr-wav2vec2-commonvoice-14-rw")
|
80 |
+
asr_model.transcribe_file("speechbrain/asr-wav2vec2-commonvoice-14-rw/example_rw.wav")
|
81 |
|
82 |
```
|
83 |
### Inference on GPU
|