Aiconvert commited on
Commit
f832316
1 Parent(s): 283c672

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ demo = gr.Interface(
178
  title=title,
179
  description=description,
180
  article=article,
181
- examples=[['a1.jpg'], ['a2.jpg']],
182
  css=" footer{display:none !important;}"
183
  )
184
 
 
178
  title=title,
179
  description=description,
180
  article=article,
181
+ examples=[['./examples/a1.jpg'], ['./examples/a2.jpg']],
182
  css=" footer{display:none !important;}"
183
  )
184