Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ def inference(image: Image):
|
|
144 |
im_colored.paste(bg)
|
145 |
im_colored.paste(im_rgba)
|
146 |
|
147 |
-
return [
|
148 |
|
149 |
|
150 |
title = "Highly Accurate Dichotomous Image Segmentation"
|
|
|
144 |
im_colored.paste(bg)
|
145 |
im_colored.paste(im_rgba)
|
146 |
|
147 |
+
return [im_colored, pil_mask]
|
148 |
|
149 |
|
150 |
title = "Highly Accurate Dichotomous Image Segmentation"
|