RageshAntony commited on
Commit
a2d5604
·
verified ·
1 Parent(s): 37682de
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -252,7 +252,7 @@ def proc_function_vidfl(
252
 
253
  # Process input images
254
  #person_image = Image.open(person_image).convert("RGB")
255
- #cloth_image = Image.open(cloth_image).convert("RGB")
256
 
257
  # Adjust image sizes
258
  person_image = resize_and_crop(person_image, (args.width, args.height))
 
252
 
253
  # Process input images
254
  #person_image = Image.open(person_image).convert("RGB")
255
+ cloth_image = Image.open(cloth_image).convert("RGB")
256
 
257
  # Adjust image sizes
258
  person_image = resize_and_crop(person_image, (args.width, args.height))