Inoob commited on
Commit
420de8c
·
verified ·
1 Parent(s): 274ab09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ interface = gr.Interface(
193
  fn=inference,
194
  inputs=gr.Image(type='filepath'),
195
  outputs=gr.Gallery(format="png"),
196
- examples=[['robot.png'], ['ship.png']],
197
  title=title,
198
  description=description,
199
  article=article,
 
193
  fn=inference,
194
  inputs=gr.Image(type='filepath'),
195
  outputs=gr.Gallery(format="png"),
196
+ examples=[['test1.jpg'], ['test2.jpg']],
197
  title=title,
198
  description=description,
199
  article=article,