ziqingyang commited on
Commit
81b4313
1 Parent(s): a3d1262

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,9 +100,9 @@ with gr.Blocks(
100
  '''
101
  with gr.Column():
102
  caption_output = gr.Textbox(lines=0, label="VQA ")
103
- caption_output_v1 = gr.Textbox(lines=0, label="VQA+LLM(short)")
104
 
105
- gpt3_output_v1 = gr.Textbox(lines=0, label="VQA+LLM(long)")
106
 
107
 
108
  image_input.change(
 
100
  '''
101
  with gr.Column():
102
  caption_output = gr.Textbox(lines=0, label="VQA ")
103
+ caption_output_v1 = gr.Textbox(lines=0, label="VQA+LLM (short answer)")
104
 
105
+ gpt3_output_v1 = gr.Textbox(lines=0, label="VQA+LLM (long answer)")
106
 
107
 
108
  image_input.change(