EUNSEO56 commited on
Commit
ef00c19
·
1 Parent(s): 5a777c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -121,9 +121,6 @@ def sepia(input_img):
121
  fig = draw_plot(pred_img, seg)
122
  return fig
123
 
124
-
125
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/652e9c8baeb9826ab9c5a7d1/i01G1reajtIAwE1LvrE3u.png)
126
-
127
  demo = gr.Interface(fn=sepia,
128
  inputs=gr.Image(shape=(400, 600)),
129
  outputs=['plot'],
 
121
  fig = draw_plot(pred_img, seg)
122
  return fig
123
 
 
 
 
124
  demo = gr.Interface(fn=sepia,
125
  inputs=gr.Image(shape=(400, 600)),
126
  outputs=['plot'],