Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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():
|