Adel-Moumen
commited on
Commit
•
a962a96
1
Parent(s):
e9d297b
Update README.md
Browse files
README.md
CHANGED
@@ -61,8 +61,8 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
61 |
|
62 |
```python
|
63 |
from speechbrain.inference.ASR import EncoderDecoderASR
|
64 |
-
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/
|
65 |
-
asr_model.transcribe_file("speechbrain/
|
66 |
```
|
67 |
|
68 |
### Inference on GPU
|
|
|
61 |
|
62 |
```python
|
63 |
from speechbrain.inference.ASR import EncoderDecoderASR
|
64 |
+
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-commonvoice-14-it", savedir="pretrained_models/asr-crdnn-commonvoice-14-it")
|
65 |
+
asr_model.transcribe_file("speechbrain/asr-crdnn-commonvoice-14-it/example-it.wav")
|
66 |
```
|
67 |
|
68 |
### Inference on GPU
|