vumichien commited on
Commit
1d208b0
1 Parent(s): 3b1b13a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -109,6 +109,7 @@ with demo:
109
  examples = gr.Examples(examples=
110
  [["image1.jpg", "What type of bird is this?"]],
111
  label="Examples", inputs=[raw_image, question])
 
112
  with gr.Row():
113
  with gr.Column():
114
  raw_image.render()
 
109
  examples = gr.Examples(examples=
110
  [["image1.jpg", "What type of bird is this?"]],
111
  label="Examples", inputs=[raw_image, question])
112
+
113
  with gr.Row():
114
  with gr.Column():
115
  raw_image.render()