xxx1 commited on
Commit
a70df5d
1 Parent(s): 6801c63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -87,9 +87,10 @@ with gr.Blocks(
87
  )
88
  '''
89
  with gr.Column():
 
90
  caption_output = gr.Textbox(lines=0, label="VQA ")
91
  gpt3_output_v1 = gr.Textbox(lines=0, label="VQA+LLM")
92
- caption_output_v1 = gr.Textbox(lines=0, label="CAP+LLM")
93
 
94
  image_input.change(
95
  lambda: ("", [],"","",""),
 
87
  )
88
  '''
89
  with gr.Column():
90
+ caption_output_v1 = gr.Textbox(lines=0, label="CAP+LLM")
91
  caption_output = gr.Textbox(lines=0, label="VQA ")
92
  gpt3_output_v1 = gr.Textbox(lines=0, label="VQA+LLM")
93
+
94
 
95
  image_input.change(
96
  lambda: ("", [],"","",""),