Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ Please notice that we encourage you to read the SpeechBrain tutorials and learn
|
|
48 |
# Transcribing your own audio files (in Amharic)
|
49 |
```python
|
50 |
from speechbrain.pretrained import EncoderASR
|
51 |
-
asr_model = EncoderASR.from_hparams(source="
|
52 |
asr_model.transcribe_file('./the_path_to_your_audio_file')
|
53 |
```
|
54 |
|
|
|
48 |
# Transcribing your own audio files (in Amharic)
|
49 |
```python
|
50 |
from speechbrain.pretrained import EncoderASR
|
51 |
+
asr_model = EncoderASR.from_hparams(source="aioxlabs/dvoice-amharic", savedir="pretrained_models/asr-wav2vec2-dvoice-amh")
|
52 |
asr_model.transcribe_file('./the_path_to_your_audio_file')
|
53 |
```
|
54 |
|