Spaces:
Running
Running
Update app.py
Browse files
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[
|
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;
|