Adel-Moumen
commited on
Commit
•
974437f
1
Parent(s):
a04e4b2
Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ Note that we encourage you to read our tutorials and learn more about
|
|
59 |
## Transcribing Your Own Audio Files
|
60 |
|
61 |
```python
|
62 |
-
from speechbrain.
|
63 |
|
64 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-switchboard", savedir="pretrained_models/speechbrain/asr-crdnn-switchboard")
|
65 |
asr_model.transcribe_file('speechbrain/asr-crdnn-switchboard/example.wav')
|
|
|
59 |
## Transcribing Your Own Audio Files
|
60 |
|
61 |
```python
|
62 |
+
from speechbrain.inference.ASR import EncoderDecoderASR
|
63 |
|
64 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-switchboard", savedir="pretrained_models/speechbrain/asr-crdnn-switchboard")
|
65 |
asr_model.transcribe_file('speechbrain/asr-crdnn-switchboard/example.wav')
|