reab5555 commited on
Commit
5fc0620
·
verified ·
1 Parent(s): 0bfc4c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks() as iface:
101
  ])
102
 
103
  # Add execution info component
104
- transcript_output = gr.Textbox(label="Transcript", lines=10, visible=True)
105
  output_components.append(transcript_output)
106
 
107
  def use_example():
 
101
  ])
102
 
103
  # Add execution info component
104
+ transcript_output = gr.Textbox(label="Transcript", lines=10, visible=False)
105
  output_components.append(transcript_output)
106
 
107
  def use_example():