Update app.py
Browse files
app.py
CHANGED
@@ -121,9 +121,6 @@ def sepia(input_img):
|
|
121 |
fig = draw_plot(pred_img, seg)
|
122 |
return fig
|
123 |
|
124 |
-
|
125 |
-

|
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'],
|