Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -161,8 +161,8 @@ demo = gr.Interface(
|
|
161 |
title="Compositional Image Retrieval",
|
162 |
description="Select an image and enter a text query to find the most similar image.",
|
163 |
examples=[
|
164 |
-
["
|
165 |
-
["
|
166 |
]
|
167 |
)
|
168 |
|
|
|
161 |
title="Compositional Image Retrieval",
|
162 |
description="Select an image and enter a text query to find the most similar image.",
|
163 |
examples=[
|
164 |
+
["sample_evaluation/images/455007.png", "Discard chair in the beginning, then proceed to bring car into play."],
|
165 |
+
["sample_evaluation/images/612311.png", "Get rid of train initially, and then follow up by including snowboard."]
|
166 |
]
|
167 |
)
|
168 |
|