Update app.py
Browse files
app.py
CHANGED
@@ -344,9 +344,9 @@ with gr.Blocks(css=CSS) as demo:
|
|
344 |
)
|
345 |
with gr.Column():
|
346 |
output_text = gr.Textbox(
|
347 |
-
label="
|
348 |
)
|
349 |
-
output = gr.JSON(label="Output", visible=False)
|
350 |
|
351 |
for cb in [img_clear_button, clear_button]:
|
352 |
cb.click(
|
|
|
344 |
)
|
345 |
with gr.Column():
|
346 |
output_text = gr.Textbox(
|
347 |
+
label="Response", visible=False, elem_id="answer"
|
348 |
)
|
349 |
+
# output = gr.JSON(label="Output", visible=False)
|
350 |
|
351 |
for cb in [img_clear_button, clear_button]:
|
352 |
cb.click(
|