tanukinet commited on
Commit
8dc8970
·
1 Parent(s): be50640

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ demo = gr.Interface(
11
  gr.Image(type="pil"),
12
  "image",
13
  examples=[
14
- "sample1.jpg",
15
- "sample2.jpg",
16
  ],
17
  )
18
 
 
11
  gr.Image(type="pil"),
12
  "image",
13
  examples=[
14
+ "sample1.png",
15
+ "sample2.png",
16
  ],
17
  )
18