vumichien commited on
Commit
a5967d8
1 Parent(s): d0ba916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -107,7 +107,9 @@ with demo:
107
  </div>
108
  ''')
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():
 
107
  </div>
108
  ''')
109
  examples = gr.Examples(examples=
110
+ [["image1.jpg", "What type of bird is this?"],
111
+ ["image2.jpg", "What type of bike is on the ground?"],
112
+ ["image3.jpg", "What is the person in the photo wearing?"]],
113
  label="Examples", inputs=[raw_image, question])
114
 
115
  with gr.Row():