jusancp99 commited on
Commit
38d7f07
1 Parent(s): c82d603

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", 5], ["81.jpg", 5], ["93.jpg", 5]],
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=[["0eea9ce8757c431e99b05afbc2bfbee2.jpg", 5], ["8cedc91ec6584e7c847877d4f7ac4d65.jpg", 5], ["0b47c4950bbf4b999f0bcd3e5d61dc94.jpg", 5]],
61
  ).launch()
62