HimankJ commited on
Commit
b6741c4
Β·
verified Β·
1 Parent(s): a00bec7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = """ # 🎯 Instructions for points mode """
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