nikhilba commited on
Commit
6c1d999
·
1 Parent(s): 7e1837a

Update images path.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,7 +76,7 @@ gr.Interface(
76
  description=description,
77
  article=article,
78
  examples=[
79
- os.path.join(os.path.dirname(__file__), "../data/sample/sample-1.png"),
80
- os.path.join(os.path.dirname(__file__), "../data/sample/lorem_ipsum.png"),
81
  ],
82
  ).launch()
 
76
  description=description,
77
  article=article,
78
  examples=[
79
+ os.path.join(os.path.dirname(__file__), "./images/sample-1.png"),
80
+ os.path.join(os.path.dirname(__file__), "./images/lorem_ipsum.png"),
81
  ],
82
  ).launch()