Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ def inference(image: Image):
|
|
142 |
im_colored = Image.new("RGBA", (w,h), bg_color)
|
143 |
im_colored.alpha_composite(im_rgba)
|
144 |
|
145 |
-
return [im_colored,
|
146 |
|
147 |
|
148 |
title = "Background Replacer :)"
|
|
|
142 |
im_colored = Image.new("RGBA", (w,h), bg_color)
|
143 |
im_colored.alpha_composite(im_rgba)
|
144 |
|
145 |
+
return [im_colored, im_rgba]
|
146 |
|
147 |
|
148 |
title = "Background Replacer :)"
|