Schrodingers commited on
Commit
be7826b
1 Parent(s): bae6c47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,6 +32,6 @@ gr.Interface(
32
  fn=watershed_segmentation,
33
  inputs=[input_image, scribble_image],
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()
 
32
  fn=watershed_segmentation,
33
  inputs=[input_image, scribble_image],
34
  outputs=output_image,
35
+ title="Swallowtail Image Segmentation Algorithm",
36
+ description="Upload an image and scribble on it to perform segmentation.",
37
  ).launch()