Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ iface = gr.Interface(
|
|
18 |
description="Upload an image and get the edges detected using OpenCV's Canny edge detector."
|
19 |
)
|
20 |
|
21 |
-
iface.launch()
|
|
|
18 |
description="Upload an image and get the edges detected using OpenCV's Canny edge detector."
|
19 |
)
|
20 |
|
21 |
+
iface.launch(share=True)
|