Spaces:
Running
on
Zero
Running
on
Zero
fx
Browse files
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 |
-
|
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))
|