danhtran2mind commited on
Commit
8827262
·
verified ·
1 Parent(s): e68139a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,8 +62,8 @@ demo = gr.Interface(
62
  css=custom_css,
63
  allow_flagging="never",
64
  examples=[
65
- ["examples/grayscale_landscape1.jpg"],
66
- ["examples/grayscale_landscape2.jpg"]
67
  ]
68
  )
69
 
 
62
  css=custom_css,
63
  allow_flagging="never",
64
  examples=[
65
+ ["examples/example_1.jpg"],
66
+ ["examples/example_2.jpg"]
67
  ]
68
  )
69