avin1103 commited on
Commit
0a72a9e
·
1 Parent(s): 78da645

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Top Answer", 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(
 
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(