Illia56 commited on
Commit
a4cd8a5
1 Parent(s): 083fb9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-v2"
24
 
25
 
26
  demo = gr.Blocks()
 
20
 
21
 
22
 
23
+ MODEL_NAME = "openai/whisper-large-v3"
24
 
25
 
26
  demo = gr.Blocks()