Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def similarity_search(query_image, num_images=5, *_, feature_extractor=feature_e
|
|
72 |
preview=True,
|
73 |
visible=True,
|
74 |
)
|
75 |
-
return closest_class, image_gallery,
|
76 |
|
77 |
|
78 |
# Gradio Application
|
|
|
72 |
preview=True,
|
73 |
visible=True,
|
74 |
)
|
75 |
+
return closest_class, image_gallery, similar_images_paths
|
76 |
|
77 |
|
78 |
# Gradio Application
|