Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ def fill_image(image, model_selection):
|
|
| 102 |
cnet_image.paste(image, (0, 0), mask)
|
| 103 |
|
| 104 |
yield background, cnet_image
|
| 105 |
-
|
| 106 |
|
| 107 |
@spaces.GPU
|
| 108 |
def fill_image(image, model_selection):
|
|
|
|
| 102 |
cnet_image.paste(image, (0, 0), mask)
|
| 103 |
|
| 104 |
yield background, cnet_image
|
| 105 |
+
|
| 106 |
|
| 107 |
@spaces.GPU
|
| 108 |
def fill_image(image, model_selection):
|