YagmurCA commited on
Commit
ed3c777
·
verified ·
1 Parent(s): 85bfc65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ demo = gr.Interface(
84
  ],
85
  title="CLIP vs DINOv2 Image Retrieval",
86
  description="Upload a query image and gallery images to see the top-k retrieval results side by side using CLIP and DINOv2.",
87
- examples=[[query_examples[0], gallery_examples_flags, 10], [query_examples[1], gallery_examples_tattoos, 10]],
88
  css="""
89
  #gallery-files {
90
  max-height: 150px;
 
84
  ],
85
  title="CLIP vs DINOv2 Image Retrieval",
86
  description="Upload a query image and gallery images to see the top-k retrieval results side by side using CLIP and DINOv2.",
87
+ examples=[[query_examples[1], gallery_examples_tattoos, 10]],
88
  css="""
89
  #gallery-files {
90
  max-height: 150px;