jonatasgrosman commited on
Commit
74da810
·
1 Parent(s): 2b0bf86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ Using the [ASRecognition](https://github.com/jonatasgrosman/asrecognition) libra
49
  ```python
50
  from asrecognition import ASREngine
51
 
52
- asr = ASREngine("ar")
53
 
54
  audio_paths = ["/path/to/file.mp3", "/path/to/another_file.wav"]
55
  transcriptions = asr.transcribe(audio_paths)
 
49
  ```python
50
  from asrecognition import ASREngine
51
 
52
+ asr = ASREngine("ar", model_path="jonatasgrosman/wav2vec2-large-xlsr-53-arabic")
53
 
54
  audio_paths = ["/path/to/file.mp3", "/path/to/another_file.wav"]
55
  transcriptions = asr.transcribe(audio_paths)