xxx1 commited on
Commit
3d9b0b8
1 Parent(s): 97afcea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks(
151
  [gpt3_output_v1],
152
  )
153
  '''
154
- examples=[['bird.jpeg',"How many birds are there in the tree?"]]
155
  examples = gr.Examples(
156
  examples=examples,
157
  inputs=[image_input, chat_input],
 
151
  [gpt3_output_v1],
152
  )
153
  '''
154
+ examples=[['bird.jpeg',"How many birds are there in the tree?"],['qa9.jpg',"What type of vehicle is being pulled by the horses ?"]]
155
  examples = gr.Examples(
156
  examples=examples,
157
  inputs=[image_input, chat_input],