Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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 |
|