Vinxscribe commited on
Commit
bcbcc28
·
verified ·
1 Parent(s): f2f6d51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-large-v3-faster")
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-large-v3-faster")
26
 
27
  segments, info = model.transcribe("audio.mp3")
28
  for segment in segments: