Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|