Titouan
commited on
Commit
•
d3e7ccc
1
Parent(s):
08c9431
FR example
Browse files- README.md +1 -1
- example-fr.wav +0 -0
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("
|
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("example-fr.wav")
|
63 |
|
64 |
```
|
65 |
|
example-fr.wav
ADDED
Binary file (227 kB). View file
|
|