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

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
- os.path.join(os.path.dirname(__file__), "sample1.jpg"),
15
- os.path.join(os.path.dirname(__file__), "sample2.jpg"),
16
  ],
17
  )
18
 
 
11
  gr.Image(type="pil"),
12
  "image",
13
  examples=[
14
+ "sample1.jpg",
15
+ "sample2.jpg",
16
  ],
17
  )
18