Spaces:
Sleeping
Sleeping
Commit
·
565f802
1
Parent(s):
bcb79da
increase inference time
Browse files
app.py
CHANGED
@@ -265,7 +265,7 @@ def _make_preview(
|
|
265 |
# --------------------------------------------------
|
266 |
|
267 |
|
268 |
-
@spaces.GPU
|
269 |
def infer(
|
270 |
control_image: Image.Image,
|
271 |
prompt: str,
|
|
|
265 |
# --------------------------------------------------
|
266 |
|
267 |
|
268 |
+
@spaces.GPU(duration=120)
|
269 |
def infer(
|
270 |
control_image: Image.Image,
|
271 |
prompt: str,
|