fffiloni commited on
Commit
34af6f6
1 Parent(s): 78e31a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=128
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