Update app.py
Browse files
app.py
CHANGED
|
@@ -237,8 +237,8 @@ iface = gr.Interface(
|
|
| 237 |
gr.Checkbox(label="Verbose Output", value=False)
|
| 238 |
],
|
| 239 |
outputs=[
|
| 240 |
-
gr.Textbox(label="Transcription Metrics and Verbose Messages"
|
| 241 |
-
gr.Textbox(label="Transcription"
|
| 242 |
gr.File(label="Download Transcription")
|
| 243 |
],
|
| 244 |
title="Faster Whisper Multi-Input Transcription",
|
|
|
|
| 237 |
gr.Checkbox(label="Verbose Output", value=False)
|
| 238 |
],
|
| 239 |
outputs=[
|
| 240 |
+
gr.Textbox(label="Transcription Metrics and Verbose Messages"),
|
| 241 |
+
gr.Textbox(label="Transcription"),
|
| 242 |
gr.File(label="Download Transcription")
|
| 243 |
],
|
| 244 |
title="Faster Whisper Multi-Input Transcription",
|