Spaces:
Build error
Build error
Fix file not found
Browse files
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.
|
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,
|