remove sam model due to error
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ MODEL_OPTIONS = {
|
|
17 |
"isnet-general-use": "A new pre-trained model for general use cases",
|
18 |
"isnet-anime": "High-accuracy segmentation for anime characters",
|
19 |
"silueta": "A reduced-size version of u2net (43MB)",
|
20 |
-
"sam_prompt": "A pre-trained model for any use case (Segment Anything Model)",
|
21 |
"unet": "Lightweight version of u2net model",
|
22 |
"u2netp": "A lightweight version of u2net model",
|
23 |
"u2net_human_seg": "A pre-trained model for human segmentation",
|
|
|
17 |
"isnet-general-use": "A new pre-trained model for general use cases",
|
18 |
"isnet-anime": "High-accuracy segmentation for anime characters",
|
19 |
"silueta": "A reduced-size version of u2net (43MB)",
|
20 |
+
# "sam_prompt": "A pre-trained model for any use case (Segment Anything Model)", # remove sam model
|
21 |
"unet": "Lightweight version of u2net model",
|
22 |
"u2netp": "A lightweight version of u2net model",
|
23 |
"u2net_human_seg": "A pre-trained model for human segmentation",
|