yizhangliu commited on
Commit
356cc92
1 Parent(s): eea7ad0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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), type(mask))
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")