NikhilJoson commited on
Commit
50cb8d9
ยท
verified ยท
1 Parent(s): e28f898

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -85,6 +85,7 @@ pipe.unet_encoder = UNet_Encoder
85
 
86
  @spaces.GPU
87
  def start_tryon(img,garm_img,garment_des,cloth_type,is_checked,is_checked_crop,denoise_steps,seed):
 
88
  device = "cuda"
89
 
90
  openpose_model.preprocessor.body_estimation.model.to(device)
 
85
 
86
  @spaces.GPU
87
  def start_tryon(img,garm_img,garment_des,cloth_type,is_checked,is_checked_crop,denoise_steps,seed):
88
+ print(img)
89
  device = "cuda"
90
 
91
  openpose_model.preprocessor.body_estimation.model.to(device)