jonatasgrosman commited on
Commit
204552c
1 Parent(s): 5881c3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ Using the [HuggingSound](https://github.com/jonatasgrosman/huggingsound) library
50
  from huggingsound import SpeechRecognitionModel
51
 
52
  model = SpeechRecognitionModel("jonatasgrosman/wav2vec2-large-xlsr-53-arabic")
53
- audio_paths = ["/path/to/sagan.mp3", "/path/to/asimov.wav"]
54
 
55
  transcriptions = model.transcribe(audio_paths)
56
  ```
50
  from huggingsound import SpeechRecognitionModel
51
 
52
  model = SpeechRecognitionModel("jonatasgrosman/wav2vec2-large-xlsr-53-arabic")
53
+ audio_paths = ["/path/to/file.mp3", "/path/to/another_file.wav"]
54
 
55
  transcriptions = model.transcribe(audio_paths)
56
  ```