Zeeshan01 commited on
Commit
97eb75b
·
1 Parent(s): ad274ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
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()