Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,5 +83,5 @@ demo = gr.Interface(
|
|
83 |
description='Sky Pixel Identification in Images using Traditional Computer Vision Techniques',
|
84 |
examples=["example.png", "example2.png", "example3.png"]
|
85 |
)
|
86 |
-
|
87 |
-
|
|
|
83 |
description='Sky Pixel Identification in Images using Traditional Computer Vision Techniques',
|
84 |
examples=["example.png", "example2.png", "example3.png"]
|
85 |
)
|
86 |
+
|
87 |
+
demo.launch()
|