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