Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ The model can be used directly using the [HuggingSound](https://github.com/jonat
|
|
66 |
```python
|
67 |
from huggingsound import SpeechRecognitionModel
|
68 |
|
69 |
-
model = SpeechRecognitionModel("
|
70 |
audio_paths = ["/path/to/file.mp3", "/path/to/another_file.wav"]
|
71 |
|
72 |
transcriptions = model.transcribe(audio_paths)
|
|
|
66 |
```python
|
67 |
from huggingsound import SpeechRecognitionModel
|
68 |
|
69 |
+
model = SpeechRecognitionModel("Cnam-LMSSC/wav2vec2-french-phonemizer")
|
70 |
audio_paths = ["/path/to/file.mp3", "/path/to/another_file.wav"]
|
71 |
|
72 |
transcriptions = model.transcribe(audio_paths)
|