Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,6 +66,7 @@ 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,
|
|
|
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 |
+
outputs=gr.Gallery(),
|
70 |
# Filenames denote the integer labels. Know here: https://hf.co/datasets/beans
|
71 |
title=title,
|
72 |
description=description,
|