Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -151,7 +151,7 @@ with gr.Blocks(
|
|
| 151 |
[gpt3_output_v1],
|
| 152 |
)
|
| 153 |
'''
|
| 154 |
-
examples=[['bird.jpeg',"How many birds are there in the tree?"]]
|
| 155 |
examples = gr.Examples(
|
| 156 |
examples=examples,
|
| 157 |
inputs=[image_input, chat_input],
|
|
|
|
| 151 |
[gpt3_output_v1],
|
| 152 |
)
|
| 153 |
'''
|
| 154 |
+
examples=[['bird.jpeg',"How many birds are there in the tree?"],['qa9.jpg',"What type of vehicle is being pulled by the horses ?"]]
|
| 155 |
examples = gr.Examples(
|
| 156 |
examples=examples,
|
| 157 |
inputs=[image_input, chat_input],
|