use large-v3-turbo
This commit is contained in:
parent
ecf5effc83
commit
2fa33c0902
3 changed files with 4 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ import whisper_timestamped as whisper
|
|||
|
||||
|
||||
def transcribe(path, language=None, translate=None):
|
||||
model = whisper.load_model("turbo")
|
||||
model = whisper.load_model("large-v3-turbo")
|
||||
audio = whisper.load_audio(path)
|
||||
if translate:
|
||||
task = "translate"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue