nairaxo commited on
Commit
cd23385
1 Parent(s): 472f3d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="nairaxo/dvoice-amharic", savedir="pretrained_models/asr-wav2vec2-dvoice-amh")
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