Ubuntu
commited on
Commit
•
f6ffd85
1
Parent(s):
0566ea1
fix typo
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def run_asr(audio_file, youtube_url, with_timestamp, model_choice):
|
|
83 |
|
84 |
# Update model_name based on the user's choice
|
85 |
if model_choice == "whisper_v3":
|
86 |
-
model_name = "
|
87 |
else:
|
88 |
model_name = "whisper-large-v2-imda"
|
89 |
|
|
|
83 |
|
84 |
# Update model_name based on the user's choice
|
85 |
if model_choice == "whisper_v3":
|
86 |
+
model_name = "official-v3"
|
87 |
else:
|
88 |
model_name = "whisper-large-v2-imda"
|
89 |
|