TornikeO commited on
Commit
0093925
·
1 Parent(s): 05d4c10

Fix file not found

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ interface = gr.Interface(
148
  fn=inference,
149
  inputs=gr.Image(type='filepath'),
150
  outputs=["image", "image"],
151
- examples=[['tornikeo.jpg'],#['lenna.png'],
152
  ['robot.png'], ['ship.png']],
153
  # title=title,
154
  # description=description,
 
148
  fn=inference,
149
  inputs=gr.Image(type='filepath'),
150
  outputs=["image", "image"],
151
+ examples=[['tornikeo.png'],#['lenna.png'],
152
  ['robot.png'], ['ship.png']],
153
  # title=title,
154
  # description=description,