patrickligardes commited on
Commit
035126b
β€’
1 Parent(s): e81b8fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def start_tryon(dict,garm_img,garment_des,is_checked,is_checked_crop,denoise_ste
154
  crop_size = cropped_img.size
155
  human_img = cropped_img.resize((768, 1024))
156
  else:
157
- human_img = human_img_orig.resize((768,1600))
158
  else:
159
  human_img = human_img_orig.resize((768,1024))
160
 
 
154
  crop_size = cropped_img.size
155
  human_img = cropped_img.resize((768, 1024))
156
  else:
157
+ human_img = human_img_orig.resize((768,1200))
158
  else:
159
  human_img = human_img_orig.resize((768,1024))
160