nairaxo commited on
Commit
05eb347
1 Parent(s): 29ed778

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ Please notice that we encourage you to read the SpeechBrain tutorials and learn
49
  # Transcribing your own audio files (in Swahili)
50
  ```python
51
  from speechbrain.pretrained import EncoderASR
52
- asr_model = EncoderASR.from_hparams(source="nairaxo/dvoice-swahili", savedir="pretrained_models/asr-wav2vec2-dvoice-sw")
53
  asr_model.transcribe_file('./the_path_to_your_audio_file')
54
  ```
55
 
49
  # Transcribing your own audio files (in Swahili)
50
  ```python
51
  from speechbrain.pretrained import EncoderASR
52
+ asr_model = EncoderASR.from_hparams(source="aioxlabs/dvoice-swahili", savedir="pretrained_models/asr-wav2vec2-dvoice-sw")
53
  asr_model.transcribe_file('./the_path_to_your_audio_file')
54
  ```
55