Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def segment_everything(
|
|
84 |
return segmented_img, cropped_img
|
85 |
|
86 |
title = "<center><strong><font size='8'>π Fast Segment Anything π€</font></strong></center>"
|
87 |
-
description = """ # π―
|
88 |
examples = [["examples/invoice3.jpeg"], ["examples/invoice2.jpeg"], ["examples/invoice1.jpeg"]]
|
89 |
default_example = examples[0]
|
90 |
|
|
|
84 |
return segmented_img, cropped_img
|
85 |
|
86 |
title = "<center><strong><font size='8'>π Fast Segment Anything π€</font></strong></center>"
|
87 |
+
description = """ # π― Document edge detection using FastSam (without custom training) """
|
88 |
examples = [["examples/invoice3.jpeg"], ["examples/invoice2.jpeg"], ["examples/invoice1.jpeg"]]
|
89 |
default_example = examples[0]
|
90 |
|