Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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','
|
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],
|