RageshAntony commited on
Commit
37682de
·
verified ·
1 Parent(s): c927d01
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -251,8 +251,8 @@ def proc_function_vidfl(
251
  generator = torch.Generator(device='cuda').manual_seed(seed)
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))
 
251
  generator = torch.Generator(device='cuda').manual_seed(seed)
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))