Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,4 +34,4 @@ gr.Interface(
|
|
34 |
outputs=output_image,
|
35 |
title="Image Segmentation using Watershed Algorithm",
|
36 |
description="Upload an image and scribble on it to perform segmentation using the Watershed Algorithm.",
|
37 |
-
).launch(
|
|
|
34 |
outputs=output_image,
|
35 |
title="Image Segmentation using Watershed Algorithm",
|
36 |
description="Upload an image and scribble on it to perform segmentation using the Watershed Algorithm.",
|
37 |
+
).launch()
|