Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def inpaintGen(
|
|
68 |
source_img = load_image(source_path)
|
69 |
mask_img = load_image(mask_path)
|
70 |
|
71 |
-
mask_img = create_mask_image(
|
72 |
|
73 |
width, height = source_img.size
|
74 |
|
|
|
68 |
source_img = load_image(source_path)
|
69 |
mask_img = load_image(mask_path)
|
70 |
|
71 |
+
mask_img = create_mask_image(mask_img)
|
72 |
|
73 |
width, height = source_img.size
|
74 |
|