xxx1 commited on
Commit
f6234b1
1 Parent(s): d830582

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -17,6 +17,8 @@ with gr.Blocks(
17
  #gr.Markdown(article)
18
 
19
  with gr.Row():
 
 
20
  with gr.Column(scale=1):
21
  image_input = gr.Image(type="pil")
22
 
@@ -61,8 +63,7 @@ with gr.Blocks(
61
  [ caption_output, state],
62
  queue=False,
63
  )
64
- with gr.Column():
65
- caption_output = gr.Textbox(lines=1, label="VQA Output")
66
 
67
  # examples = gr.Examples(
68
  # examples=examples,
 
17
  #gr.Markdown(article)
18
 
19
  with gr.Row():
20
+ with gr.Column():
21
+ caption_output = gr.Textbox(lines=1, label="VQA Output")
22
  with gr.Column(scale=1):
23
  image_input = gr.Image(type="pil")
24
 
 
63
  [ caption_output, state],
64
  queue=False,
65
  )
66
+
 
67
 
68
  # examples = gr.Examples(
69
  # examples=examples,