hiwei commited on
Commit
86a86db
1 Parent(s): 6e4c867

add new model openai/whisper-large-v3

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -57,6 +57,7 @@ with gr.Blocks() as demo:
57
  model_name = gr.Dropdown(
58
  label="选择模型",
59
  choices=[
 
60
  "openai/whisper-large-v2",
61
  "openai/whisper-large",
62
  "openai/whisper-medium",
 
57
  model_name = gr.Dropdown(
58
  label="选择模型",
59
  choices=[
60
+ "openai/whisper-large-v3",
61
  "openai/whisper-large-v2",
62
  "openai/whisper-large",
63
  "openai/whisper-medium",