cstr commited on
Commit
2e6cc31
·
verified ·
1 Parent(s): 6bd9075

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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", live=True),
241
- gr.Textbox(label="Transcription", live=True),
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",