Antoine101 commited on
Commit
0ee1974
·
verified ·
1 Parent(s): d833b27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ demo = gr.Interface(
40
  fn=predict,
41
  inputs=gr.Image(label="Input Image", type="pil"),
42
  outputs="image",
43
- examples=[["example1.jpg"]],
44
  title=title,
45
  description=description
46
  )
 
40
  fn=predict,
41
  inputs=gr.Image(label="Input Image", type="pil"),
42
  outputs="image",
43
+ examples=[["example1.jpg"], ["example2.jpg"], ["example3.jpg"], ["example4.jpg"]],
44
  title=title,
45
  description=description
46
  )