Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ iface = gr.Interface(
|
|
| 23 |
outputs=gr.Textbox(label="Answer"),
|
| 24 |
title="Visual Question Answering with BLIP",
|
| 25 |
description="Upload an image and ask a question about its content.",
|
| 26 |
-
examples=[["flower.jpg", "Is there a
|
| 27 |
)
|
| 28 |
|
| 29 |
iface.launch()
|
|
|
|
| 23 |
outputs=gr.Textbox(label="Answer"),
|
| 24 |
title="Visual Question Answering with BLIP",
|
| 25 |
description="Upload an image and ask a question about its content.",
|
| 26 |
+
examples=[["flower.jpg", "Is there a butterfly in the image?"]],
|
| 27 |
)
|
| 28 |
|
| 29 |
iface.launch()
|