Spaces:
Running
on
Zero
Running
on
Zero
Fix
Browse files
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")
|