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