alexnasa commited on
Commit
9796867
·
verified ·
1 Parent(s): 73cae84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ def transcribe(seed, audio_path):
157
 
158
  # then load the ASR+alignment combo
159
  transcribe_model = WhisperxModel(
160
- model_name="large.en", # or "base.en", "small.en", etc.
161
  align_model=aligner
162
  )
163
 
 
157
 
158
  # then load the ASR+alignment combo
159
  transcribe_model = WhisperxModel(
160
+ model_name="large-v3-turbo", # or "base.en", "small.en", etc.
161
  align_model=aligner
162
  )
163