Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ demo = gr.Interface(
|
|
81 |
outputs="image",
|
82 |
title='Sky Segmentation',
|
83 |
description='Sky Pixel Identification in Images using Traditional Computer Vision Techniques',
|
84 |
-
examples=["
|
85 |
)
|
86 |
|
87 |
demo.launch()
|
|
|
81 |
outputs="image",
|
82 |
title='Sky Segmentation',
|
83 |
description='Sky Pixel Identification in Images using Traditional Computer Vision Techniques',
|
84 |
+
examples=["blue1.jpeg", "pink1.jpeg", "pale1.jpeg"]
|
85 |
)
|
86 |
|
87 |
demo.launch()
|