xxx1 commited on
Commit
67aa591
1 Parent(s): 5099b54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks(
185
  )
186
  '''
187
  examples=[['bird.jpeg',"How many birds are there in the tree?","2","2","2"],
188
- ['qa9.jpg',"What type of vehicle is being pulled by the horses ?",'carriage','carriage','Sled'],
189
  ['upload4.jpg',"What is this old man doing?","fishing","fishing","Fishing"]]
190
  examples = gr.Examples(
191
  examples=examples,inputs=[image_input, chat_input,caption_output,caption_output_v1,gpt3_output_v1],
 
185
  )
186
  '''
187
  examples=[['bird.jpeg',"How many birds are there in the tree?","2","2","2"],
188
+ ['qa9.jpg',"What type of vehicle is being pulled by the horses ?",'carriage','sled','Sled'],
189
  ['upload4.jpg',"What is this old man doing?","fishing","fishing","Fishing"]]
190
  examples = gr.Examples(
191
  examples=examples,inputs=[image_input, chat_input,caption_output,caption_output_v1,gpt3_output_v1],