add unet
Browse files
app.py
CHANGED
@@ -77,7 +77,8 @@ iface = gr.Interface(
|
|
77 |
"isnet-general-use | A new pre-trained model for general use cases",
|
78 |
"isnet-anime | High-accuracy segmentation for anime characters",
|
79 |
"silueta | A reduced-size version of u2net (43MB)",
|
80 |
-
"sam | A pre-trained model for any use case"
|
|
|
81 |
"u2netp | A lightweight version of u2net model",
|
82 |
"u2net_human_seg | A pre-trained model for human segmentation",
|
83 |
"u2net_cloth_seg | A pre-trained model for cloth parsing in human portraits",
|
|
|
77 |
"isnet-general-use | A new pre-trained model for general use cases",
|
78 |
"isnet-anime | High-accuracy segmentation for anime characters",
|
79 |
"silueta | A reduced-size version of u2net (43MB)",
|
80 |
+
"sam | A pre-trained model for any use case",
|
81 |
+
"unet | lightweight version of u2net model",
|
82 |
"u2netp | A lightweight version of u2net model",
|
83 |
"u2net_human_seg | A pre-trained model for human segmentation",
|
84 |
"u2net_cloth_seg | A pre-trained model for cloth parsing in human portraits",
|