rdjarbeng commited on
Commit
0abf88f
·
1 Parent(s): 8423e33

change sam to sam_prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ MODEL_OPTIONS = {
15
  "isnet-general-use": "A new pre-trained model for general use cases",
16
  "isnet-anime": "High-accuracy segmentation for anime characters",
17
  "silueta": "A reduced-size version of u2net (43MB)",
18
- "sam": "A pre-trained model for any use case (Segment Anything Model)",
19
  "unet": "Lightweight version of u2net model",
20
  "u2netp": "A lightweight version of u2net model",
21
  "u2net_human_seg": "A pre-trained model for human segmentation",
 
15
  "isnet-general-use": "A new pre-trained model for general use cases",
16
  "isnet-anime": "High-accuracy segmentation for anime characters",
17
  "silueta": "A reduced-size version of u2net (43MB)",
18
+ "sam_prompt": "A pre-trained model for any use case (Segment Anything Model)",
19
  "unet": "Lightweight version of u2net model",
20
  "u2netp": "A lightweight version of u2net model",
21
  "u2net_human_seg": "A pre-trained model for human segmentation",