Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,6 +94,7 @@ retrieval_interface = gr.Interface(
|
|
| 94 |
#gr.Gallery(label="Gallery Folder", type="pil", columns=[3], rows=[10], object_fit="contain", height="auto"),
|
| 95 |
],
|
| 96 |
outputs=gr.Image(type="pil", label="Top-10 Retrieved Images"),
|
|
|
|
| 97 |
examples=[[query_image_path, gallery_image_paths_list]],
|
| 98 |
)
|
| 99 |
|
|
|
|
| 94 |
#gr.Gallery(label="Gallery Folder", type="pil", columns=[3], rows=[10], object_fit="contain", height="auto"),
|
| 95 |
],
|
| 96 |
outputs=gr.Image(type="pil", label="Top-10 Retrieved Images"),
|
| 97 |
+
description="Start using CLIP foundational model for different tasks like zero-shot classification and image retrieval.",
|
| 98 |
examples=[[query_image_path, gallery_image_paths_list]],
|
| 99 |
)
|
| 100 |
|