ML-Motivators commited on
Commit
843293d
·
verified ·
1 Parent(s): 130c731

Update app (3).py

Browse files
Files changed (1) hide show
  1. app (3).py +3 -1
app (3).py CHANGED
@@ -235,4 +235,6 @@ def start_tryon(dict, garm_img, garment_des, is_checked, is_checked_crop, denois
235
  human_img_orig.paste(out_img, (int(left), int(top)))
236
  return human_img_orig, mask_gray
237
  else:
238
- return images[0], mask_gray
 
 
 
235
  human_img_orig.paste(out_img, (int(left), int(top)))
236
  return human_img_orig, mask_gray
237
  else:
238
+ return images[0], mask_gray
239
+ demo = gr.Interface(human_img_orig, mask_gray)
240
+ demo.launch()