pablocst commited on
Commit
bc29b0f
1 Parent(s): 598487f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks() as demo:
65
  "openai/whisper-base",
66
  "openai/whisper-tiny",
67
  ],
68
- value="openai/whisper-large-v2",
69
  )
70
  hf_token = gr.Textbox(label="Huggingface token")
71
  with gr.Column():
 
65
  "openai/whisper-base",
66
  "openai/whisper-tiny",
67
  ],
68
+ value="openai/whisper-large-v3",
69
  )
70
  hf_token = gr.Textbox(label="Huggingface token")
71
  with gr.Column():