Spaces:
Paused
Paused
lazy download adapter [auto cache]
Browse files
app.py
CHANGED
|
@@ -180,7 +180,7 @@ def update_dimensions_on_upload(image):
|
|
| 180 |
|
| 181 |
return new_width, new_height
|
| 182 |
|
| 183 |
-
@spaces.GPU(duration=
|
| 184 |
def infer(
|
| 185 |
image_1,
|
| 186 |
image_2,
|
|
|
|
| 180 |
|
| 181 |
return new_width, new_height
|
| 182 |
|
| 183 |
+
@spaces.GPU(duration=60)
|
| 184 |
def infer(
|
| 185 |
image_1,
|
| 186 |
image_2,
|