cmahima commited on
Commit
e20813e
·
1 Parent(s): 744ecdf
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -254,8 +254,7 @@ def start_tryon(dict,garm_img,garment_des,is_checked,is_checked_crop,denoise_ste
254
  # return images[0], mask_gray
255
  # Function to handle image selection from the gallery
256
  def select_image(images, urls, evt: gr.SelectData):
257
- print(urls)
258
- print(evt.index)
259
  print(type(urls))
260
  urls = list(urls)
261
  print(f"URL of image is {urls[evt.index]}")
 
254
  # return images[0], mask_gray
255
  # Function to handle image selection from the gallery
256
  def select_image(images, urls, evt: gr.SelectData):
257
+
 
258
  print(type(urls))
259
  urls = list(urls)
260
  print(f"URL of image is {urls[evt.index]}")