Update README.md
Browse files
README.md
CHANGED
|
@@ -58,7 +58,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
| 58 |
### Transcribing your own audio files (in German)
|
| 59 |
|
| 60 |
```python
|
| 61 |
-
from speechbrain.
|
| 62 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-commonvoice-de", savedir="pretrained_models/asr-crdnn-commonvoice-de")
|
| 63 |
asr_model.transcribe_file("speechbrain/asr-crdnn-commonvoice-de/example-de.wav")
|
| 64 |
```
|
|
|
|
| 58 |
### Transcribing your own audio files (in German)
|
| 59 |
|
| 60 |
```python
|
| 61 |
+
from speechbrain.inference.ASR import EncoderDecoderASR
|
| 62 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-commonvoice-de", savedir="pretrained_models/asr-crdnn-commonvoice-de")
|
| 63 |
asr_model.transcribe_file("speechbrain/asr-crdnn-commonvoice-de/example-de.wav")
|
| 64 |
```
|