speechbrainteam
commited on
Commit
•
8d780cd
1
Parent(s):
d3e7ccc
Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
59 |
from speechbrain.pretrained import EncoderDecoderASR
|
60 |
|
61 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-commonvoice-fr", savedir="pretrained_models/asr-crdnn-commonvoice-fr")
|
62 |
-
asr_model.transcribe_file("example-fr.wav")
|
63 |
|
64 |
```
|
65 |
|
|
|
59 |
from speechbrain.pretrained import EncoderDecoderASR
|
60 |
|
61 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-commonvoice-fr", savedir="pretrained_models/asr-crdnn-commonvoice-fr")
|
62 |
+
asr_model.transcribe_file("speechbrain/asr-crdnn-commonvoice-fr/example-fr.wav")
|
63 |
|
64 |
```
|
65 |
|