maviced commited on
Commit
54389b7
·
verified ·
1 Parent(s): c4f5434

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ description = "This Space demos an image similarity system. You can refer to [th
65
  gr.Interface(
66
  query,
67
  inputs=[gr.Image(type="pil"), gr.Slider(value=5, minimum=1, maximum=10, step=1)],
68
- outputs=gr.Gallery().style(grid=[3], height="auto"),
69
  # Filenames denote the integer labels. Know here: https://hf.co/datasets/beans
70
  title=title,
71
  description=description,
 
65
  gr.Interface(
66
  query,
67
  inputs=[gr.Image(type="pil"), gr.Slider(value=5, minimum=1, maximum=10, step=1)],
68
+ #outputs=gr.Gallery().style(grid=[3], height="auto"),
69
  # Filenames denote the integer labels. Know here: https://hf.co/datasets/beans
70
  title=title,
71
  description=description,