Sophie98 commited on
Commit
eca5c36
1 Parent(s): 5000f96

hopefully last error

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -94,7 +94,6 @@ def style_sofa(input_img: np.ndarray, style_img: np.ndarray):
94
  mask = get_mask(resized_img)
95
  styled_sofa = create_styledSofa(resized_img,resized_style)
96
  print(type(styled_sofa))
97
- print(styled_sofa.shape)
98
  # postprocess the final image
99
  new_sofa = replace_sofa(resized_img,mask,styled_sofa)
100
  new_sofa = new_sofa.crop(box)
 
94
  mask = get_mask(resized_img)
95
  styled_sofa = create_styledSofa(resized_img,resized_style)
96
  print(type(styled_sofa))
 
97
  # postprocess the final image
98
  new_sofa = replace_sofa(resized_img,mask,styled_sofa)
99
  new_sofa = new_sofa.crop(box)