Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def transcribe_audio(youtube_url: str, task: str = "transcribe", return_timestam
|
|
| 20 |
|
| 21 |
|
| 22 |
|
| 23 |
-
MODEL_NAME = "openai/whisper-large-
|
| 24 |
|
| 25 |
|
| 26 |
demo = gr.Blocks()
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
|
| 23 |
+
MODEL_NAME = "openai/whisper-large-v3"
|
| 24 |
|
| 25 |
|
| 26 |
demo = gr.Blocks()
|