Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,6 @@ interface = gr.Interface(
|
|
153 |
fn=inference,
|
154 |
inputs=gr.Image(type='filepath'),
|
155 |
outputs=["image", "image"],
|
156 |
-
examples=[['robot.png'], ['ship.png']],
|
157 |
title=title,
|
158 |
description=description,
|
159 |
article=article,
|
|
|
153 |
fn=inference,
|
154 |
inputs=gr.Image(type='filepath'),
|
155 |
outputs=["image", "image"],
|
|
|
156 |
title=title,
|
157 |
description=description,
|
158 |
article=article,
|