Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,6 @@ def sky_segmentation(uploaded_image):
|
|
78 |
demo = gr.Interface(
|
79 |
sky_segmentation,
|
80 |
gr.Image(type='filepath'),
|
81 |
-
"image",
|
82 |
inputs='Initial image',
|
83 |
outputs='Sky mask',
|
84 |
title='Sky Segmentation',
|
|
|
78 |
demo = gr.Interface(
|
79 |
sky_segmentation,
|
80 |
gr.Image(type='filepath'),
|
|
|
81 |
inputs='Initial image',
|
82 |
outputs='Sky mask',
|
83 |
title='Sky Segmentation',
|