xxx1 commited on
Commit
8c02c7c
·
1 Parent(s): 2cdead4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -151,7 +151,9 @@ with gr.Blocks(
151
  [gpt3_output_v1],
152
  )
153
  '''
154
- examples=[['bird.jpeg',"How many birds are there in the tree?","There are two birds in the tree.","2","2"],['qa9.jpg',"What type of vehicle is being pulled by the horses ?",'The vehicle being pulled by the horses is likely a sleigh.','carriage','Sled'],['upload4.jpg',"What is this old man doing?","","",""]]
 
 
155
  examples = gr.Examples(
156
  examples=examples,
157
  inputs=[image_input, chat_input,caption_output_v1,caption_output,gpt3_output_v1],
 
151
  [gpt3_output_v1],
152
  )
153
  '''
154
+ examples=[['bird.jpeg',"How many birds are there in the tree?","There are two birds in the tree.","2","2"],
155
+ 'qa9.jpg',"What type of vehicle is being pulled by the horses ?",'The vehicle being pulled by the horses is likely a sleigh.','carriage','Sled'],
156
+ ['upload4.jpg',"What is this old man doing?","The old man is fishing.","fishing","Fishing"]]
157
  examples = gr.Examples(
158
  examples=examples,
159
  inputs=[image_input, chat_input,caption_output_v1,caption_output,gpt3_output_v1],