fffiloni commited on
Commit
49f2888
1 Parent(s): 80b786b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,8 +58,8 @@ prompt = "high quality"
58
  @spaces.GPU
59
  def fill_image(image, model_selection):
60
 
61
- margin = 100
62
- overlap = 10
63
  # Open the original image
64
  source = image # Changed from image["background"] to match new input format
65
 
 
58
  @spaces.GPU
59
  def fill_image(image, model_selection):
60
 
61
+ margin = 256
62
+ overlap = 24
63
  # Open the original image
64
  source = image # Changed from image["background"] to match new input format
65