jonatasgrosman commited on
Commit
63fcea8
1 Parent(s): 41d8fc9

Update README.md

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