Titouan
commited on
Commit
•
08e3512
1
Parent(s):
764ec32
update
Browse files
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-fr", savedir="pretrained_models/asr-wav2vec2-commonvoice-en")
|
61 |
-
asr_model.transcribe_file("example
|
62 |
|
63 |
```
|
64 |
### Inference on GPU
|
|
|
58 |
from speechbrain.pretrained import EncoderDecoderASR
|
59 |
|
60 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-wav2vec2-commonvoice-fr", savedir="pretrained_models/asr-wav2vec2-commonvoice-en")
|
61 |
+
asr_model.transcribe_file("example.wav")
|
62 |
|
63 |
```
|
64 |
### Inference on GPU
|