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