poonehmousavi
commited on
Commit
•
9f403ea
1
Parent(s):
2df2b7b
Update README.md
Browse files
README.md
CHANGED
@@ -58,8 +58,8 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
58 |
|
59 |
```python
|
60 |
from speechbrain.pretrained import EncoderDecoderASR
|
61 |
-
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/
|
62 |
-
asr_model.transcribe_file("speechbrain/
|
63 |
```
|
64 |
|
65 |
### Inference on GPU
|
|
|
58 |
|
59 |
```python
|
60 |
from speechbrain.pretrained import EncoderDecoderASR
|
61 |
+
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-transducer-commonvoice-14-de", savedir="pretrained_models/asr-transducer-commonvoice-14-de")
|
62 |
+
asr_model.transcribe_file("speechbrain/asr-transducer-commonvoice-14-de/example-de.wav")
|
63 |
```
|
64 |
|
65 |
### Inference on GPU
|