Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,6 @@ interface = gr.Interface(
|
|
139 |
fn=inference,
|
140 |
inputs=gr.Image(type='filepath'),
|
141 |
outputs=[gr.Image(type='filepath', format="png"), gr.Image(type='filepath', format="png")],
|
142 |
-
examples=[['robot.png'], ['ship.png']],
|
143 |
flagging_mode="never",
|
144 |
cache_mode="lazy",
|
145 |
).queue(api_open=True).launch(show_error=True, show_api=True)
|
|
|
139 |
fn=inference,
|
140 |
inputs=gr.Image(type='filepath'),
|
141 |
outputs=[gr.Image(type='filepath', format="png"), gr.Image(type='filepath', format="png")],
|
|
|
142 |
flagging_mode="never",
|
143 |
cache_mode="lazy",
|
144 |
).queue(api_open=True).launch(show_error=True, show_api=True)
|