jusancp99 commited on
Commit
acce508
1 Parent(s): f3d6ecc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", 309], ["81.jpg", 81], ["93.jpg", 93]],
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