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=[["
|
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=[["beach.jpeg", "Is there a man or a woman in the image?"]],
|
27 |
)
|
28 |
|
29 |
iface.launch()
|