litagin commited on
Commit
a1694cd
·
1 Parent(s): 0b6b418
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks() as app:
118
  button_others = gr.Button("Transcribe with other models")
119
  with gr.Row():
120
  with gr.Column():
121
- gr.Markdown("### Whisper-Large-V3")
122
  output_v3 = gr.Textbox(label="Result")
123
  with gr.Column():
124
  gr.Markdown("### Kotoba-Whisper-V2.0")
 
118
  button_others = gr.Button("Transcribe with other models")
119
  with gr.Row():
120
  with gr.Column():
121
+ gr.Markdown("### Whisper-Large-V3-Turbo")
122
  output_v3 = gr.Textbox(label="Result")
123
  with gr.Column():
124
  gr.Markdown("### Kotoba-Whisper-V2.0")