Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,8 +58,8 @@ prompt = "high quality"
|
|
| 58 |
@spaces.GPU
|
| 59 |
def fill_image(image, model_selection):
|
| 60 |
|
| 61 |
-
margin =
|
| 62 |
-
overlap =
|
| 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 |
|