safinal commited on
Commit
de7af60
Β·
verified Β·
1 Parent(s): 90ce7ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- ["example_images/image1.jpg", "a red car"],
165
- ["example_images/image2.jpg", "a blue house"]
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