Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -125,8 +125,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
| 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 |
|
|
|
|
| 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 |
|