xxx1 commited on
Commit
f8c1265
1 Parent(s): 0c873ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -168,11 +168,11 @@ with gr.Blocks(
168
  )
169
  '''
170
  with gr.Column():
171
- gr.Markdown(description)
172
  caption_output = gr.Textbox(lines=0, label="VQA")
173
  caption_output_v1 = gr.Textbox(lines=0, label="VQA + LLM (short answer)")
174
-
175
  gpt3_output_v1 = gr.Textbox(lines=0, label="VQA+LLM (long answer)")
 
176
 
177
 
178
  # image_input.change(
 
168
  )
169
  '''
170
  with gr.Column():
171
+
172
  caption_output = gr.Textbox(lines=0, label="VQA")
173
  caption_output_v1 = gr.Textbox(lines=0, label="VQA + LLM (short answer)")
 
174
  gpt3_output_v1 = gr.Textbox(lines=0, label="VQA+LLM (long answer)")
175
+ gr.Markdown(description)
176
 
177
 
178
  # image_input.change(