YagmurCA commited on
Commit
ed74ec7
·
verified ·
1 Parent(s): b67dc26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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