jonatasgrosman commited on
Commit
7345910
1 Parent(s): 1cf87b4

Update README.md

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