nikhilba commited on
Commit
709c8b1
1 Parent(s): 6c1d999

add new sample image

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. images/newyorkercartoons.png +0 -0
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__), "./images/sample-1.png"),
80
  os.path.join(os.path.dirname(__file__), "./images/lorem_ipsum.png"),
81
  ],
82
  ).launch()
 
76
  description=description,
77
  article=article,
78
  examples=[
79
+ os.path.join(os.path.dirname(__file__), "./images/newyorkercartoons.png"),
80
  os.path.join(os.path.dirname(__file__), "./images/lorem_ipsum.png"),
81
  ],
82
  ).launch()
images/newyorkercartoons.png ADDED