Commit
·
e054a7a
1
Parent(s):
642bdd1
Update README.md
Browse files
README.md
CHANGED
|
@@ -60,7 +60,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
| 60 |
from speechbrain.pretrained import EncoderDecoderASR
|
| 61 |
|
| 62 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-rnnlm-librispeech", savedir="pretrained_models/asr-crdnn-rnnlm-librispeech")
|
| 63 |
-
asr_model.transcribe_file(
|
| 64 |
|
| 65 |
```
|
| 66 |
|
|
|
|
| 60 |
from speechbrain.pretrained import EncoderDecoderASR
|
| 61 |
|
| 62 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-rnnlm-librispeech", savedir="pretrained_models/asr-crdnn-rnnlm-librispeech")
|
| 63 |
+
asr_model.transcribe_file('speechbrain/asr-crdnn-rnnlm-librispeech/example.wav')
|
| 64 |
|
| 65 |
```
|
| 66 |
|