jonatasgrosman
commited on
Commit
·
204552c
1
Parent(s):
5881c3b
Update README.md
Browse files
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/
|
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 |
```
|