Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,7 +109,7 @@ def fill_image(image, model_selection):
|
|
| 109 |
source = image
|
| 110 |
target_ratio=(9, 16)
|
| 111 |
target_height=1280
|
| 112 |
-
overlap=
|
| 113 |
fade_width=24
|
| 114 |
max_width = 720
|
| 115 |
# Resize the image if it's wider than max_width
|
|
|
|
| 109 |
source = image
|
| 110 |
target_ratio=(9, 16)
|
| 111 |
target_height=1280
|
| 112 |
+
overlap=48
|
| 113 |
fade_width=24
|
| 114 |
max_width = 720
|
| 115 |
# Resize the image if it's wider than max_width
|