gaur3009 commited on
Commit
7194813
·
verified ·
1 Parent(s): 71ac328

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)