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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ with gr.Blocks(
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],
192
  )
 
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],
192
  )