alexnasa commited on
Commit
ecb1630
·
verified ·
1 Parent(s): f4537e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ def transcribe(seed, audio_path):
142
 
143
  # then load the ASR+alignment combo
144
  transcribe_model = WhisperxModel(
145
- model_name="large.en", # or "base.en", "small.en", etc.
146
  align_model=aligner
147
  )
148
 
 
142
 
143
  # then load the ASR+alignment combo
144
  transcribe_model = WhisperxModel(
145
+ model_name="large-v3-turbo", # or "base.en", "small.en", etc.
146
  align_model=aligner
147
  )
148