Antoine101 commited on
Commit
b5e3de3
·
verified ·
1 Parent(s): 06a6ec6

Update app.py

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