Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -219,7 +219,7 @@ interface = gr.Interface(
|
|
| 219 |
fn=recommend_gradio,
|
| 220 |
inputs=gr.Image(type="filepath", label="Upload an Image"),
|
| 221 |
# outputs=gr.Gallery(label="Top Matches", columns=5, rows=2),
|
| 222 |
-
outputs=gr.Markdown()
|
| 223 |
title="Image Similarity Search",
|
| 224 |
description="Upload an image and find the most similar images from the dataset."
|
| 225 |
)
|
|
|
|
| 219 |
fn=recommend_gradio,
|
| 220 |
inputs=gr.Image(type="filepath", label="Upload an Image"),
|
| 221 |
# outputs=gr.Gallery(label="Top Matches", columns=5, rows=2),
|
| 222 |
+
outputs=gr.Markdown(),
|
| 223 |
title="Image Similarity Search",
|
| 224 |
description="Upload an image and find the most similar images from the dataset."
|
| 225 |
)
|