Sid26Roy commited on
Commit
f24509f
·
verified ·
1 Parent(s): 057a3ab

Update app.py

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