Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,6 +57,6 @@ gr.Interface(
|
|
57 |
query,
|
58 |
inputs=[gr.Image(type="pil"), gr.Slider(value=5, minimum=1, maximum=10, step=1)],
|
59 |
outputs=gr.Gallery().style(grid=[3], height="auto"),
|
60 |
-
examples=[["309.jpg",
|
61 |
).launch()
|
62 |
|
|
|
57 |
query,
|
58 |
inputs=[gr.Image(type="pil"), gr.Slider(value=5, minimum=1, maximum=10, step=1)],
|
59 |
outputs=gr.Gallery().style(grid=[3], height="auto"),
|
60 |
+
examples=[["309.jpg", 5], ["81.jpg", 5], ["93.jpg", 5]],
|
61 |
).launch()
|
62 |
|