Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ def preview_image_and_mask(image, width, height, overlap_percentage, resize_opti
|
|
169 |
|
170 |
return preview
|
171 |
|
172 |
-
@spaces.GPU()
|
173 |
def infer(
|
174 |
image,
|
175 |
width,
|
|
|
169 |
|
170 |
return preview
|
171 |
|
172 |
+
@spaces.GPU(duration=22)
|
173 |
def infer(
|
174 |
image,
|
175 |
width,
|