oceansweep commited on
Commit
c8f5b78
·
verified ·
1 Parent(s): 6881cac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1283,8 +1283,7 @@ def launch_ui(demo_mode=False):
1283
  fn=lambda *args: process_url(*args, demo_mode=demo_mode),
1284
  inputs=inputs,
1285
  outputs=[
1286
- gr.components.Textbox(label="Transcription", value=format_transcription, max_lines=10),
1287
- # gr.components.Textbox(label="Transcription", value=lambda: "", max_lines=10),
1288
  gr.components.Textbox(label="Summary or Status Message"),
1289
  gr.components.File(label="Download Transcription as JSON"),
1290
  gr.components.File(label="Download Summary as text", visible=lambda summary_file_path: summary_file_path is not None)
 
1283
  fn=lambda *args: process_url(*args, demo_mode=demo_mode),
1284
  inputs=inputs,
1285
  outputs=[
1286
+ gr.components.Textbox(label="Transcription", value=lambda: "", max_lines=10),
 
1287
  gr.components.Textbox(label="Summary or Status Message"),
1288
  gr.components.File(label="Download Transcription as JSON"),
1289
  gr.components.File(label="Download Summary as text", visible=lambda summary_file_path: summary_file_path is not None)