NikhilJoson commited on
Commit
d315251
ยท
verified ยท
1 Parent(s): b07cf8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ def start_tryon(dict,garm_img,garment_des,cloth_type,is_checked,is_checked_crop,
194
  # return images[0], mask_gray
195
 
196
 
197
- def main_(imgs, topwear_img, topwear_des, bottomwear_img, bottomwear_des, dress_img, dress_des prompt, is_checked,is_checked_crop, denoise_steps, seed):
198
  if dress_img!=None:
199
  return start_tryon(imgs,dress_img,dress_des,"dresses",is_checked,is_checked_crop,denoise_steps,seed)
200
  elif topwear_img!=None and bottomwear_img==None:
 
194
  # return images[0], mask_gray
195
 
196
 
197
+ def main_(imgs,topwear_img,topwear_des,bottomwear_img,bottomwear_des,dress_img,dress_des,is_checked,is_checked_crop,denoise_steps,seed):
198
  if dress_img!=None:
199
  return start_tryon(imgs,dress_img,dress_des,"dresses",is_checked,is_checked_crop,denoise_steps,seed)
200
  elif topwear_img!=None and bottomwear_img==None: