Spaces:
Running
Running
yizhangliu
commited on
Commit
•
356cc92
1
Parent(s):
eea7ad0
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ def model_process(image, mask):
|
|
127 |
# RGB
|
128 |
# origin_image_bytes = input["image"].read()
|
129 |
|
130 |
-
print(f'liuyz_2_here_', type(image),
|
131 |
|
132 |
image_pil = Image.fromarray(image)
|
133 |
mask_pil = Image.fromarray(mask).convert("L")
|
|
|
127 |
# RGB
|
128 |
# origin_image_bytes = input["image"].read()
|
129 |
|
130 |
+
print(f'liuyz_2_here_', type(image), image)
|
131 |
|
132 |
image_pil = Image.fromarray(image)
|
133 |
mask_pil = Image.fromarray(mask).convert("L")
|