Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ Please notice that we encourage you to read the tutorials and learn more about
|
|
40 |
```
|
41 |
from speechbrain.pretrained import EncoderDecoderASR
|
42 |
|
43 |
-
asr_model = EncoderDecoderASR.from_hparams(source="jfreiwa/asr-crdnn-german", savedir="pretrained_models/asr-crdnn-german")
|
44 |
asr_model.transcribe_file("jfreiwa/asr-crdnn-german/example-de.wav")
|
45 |
|
46 |
```
|
|
|
40 |
```
|
41 |
from speechbrain.pretrained import EncoderDecoderASR
|
42 |
|
43 |
+
asr_model = EncoderDecoderASR.from_hparams(source="jfreiwa/asr-crdnn-german-umlaute", savedir="pretrained_models/asr-crdnn-german-umlaute")
|
44 |
asr_model.transcribe_file("jfreiwa/asr-crdnn-german/example-de.wav")
|
45 |
|
46 |
```
|