Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,7 +103,6 @@ def fill_image(image, model_selection):
|
|
| 103 |
yield background, cnet_image
|
| 104 |
"""
|
| 105 |
|
| 106 |
-
@spaces.GPU
|
| 107 |
def infer(image, model_selection, ratio_choice, overlap_width):
|
| 108 |
|
| 109 |
source = image
|
|
|
|
| 103 |
yield background, cnet_image
|
| 104 |
"""
|
| 105 |
|
|
|
|
| 106 |
def infer(image, model_selection, ratio_choice, overlap_width):
|
| 107 |
|
| 108 |
source = image
|