Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ pipeline_tag: automatic-speech-recognition
|
|
| 22 |
```python
|
| 23 |
from faster_whisper import WhisperModel
|
| 24 |
|
| 25 |
-
model = WhisperModel("Vinxscribe/whisper-th-medium-
|
| 26 |
|
| 27 |
segments, info = model.transcribe("audio.mp3")
|
| 28 |
for segment in segments:
|
|
|
|
| 22 |
```python
|
| 23 |
from faster_whisper import WhisperModel
|
| 24 |
|
| 25 |
+
model = WhisperModel("Vinxscribe/biodatlab-whisper-th-medium-faster")
|
| 26 |
|
| 27 |
segments, info = model.transcribe("audio.mp3")
|
| 28 |
for segment in segments:
|