Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -123,6 +123,10 @@ with gr.Blocks(css=CSS) as demo:
|
|
123 |
render=False,
|
124 |
),
|
125 |
],
|
|
|
|
|
|
|
|
|
126 |
)
|
127 |
|
128 |
|
|
|
123 |
render=False,
|
124 |
),
|
125 |
],
|
126 |
+
examples=[{"text": "What is on the desk?", "files": ["./laptop.jpg"]},
|
127 |
+
{"text": "Where it is?", "files": ["./hotel.jpg"]},
|
128 |
+
{"text": "Can yo describe this image?", "files": ["./spacecat.png"]}
|
129 |
+
],
|
130 |
)
|
131 |
|
132 |
|