Longer ZeroGPU duration
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ PIPELINE: Extend3D = Extend3D.from_pretrained(MODEL_ID).cuda()
|
|
| 25 |
# Inference
|
| 26 |
# ---------------------------------------------------------------------------
|
| 27 |
|
| 28 |
-
@spaces.GPU(duration=
|
| 29 |
def run_extend3d(
|
| 30 |
image_pil,
|
| 31 |
seed: int,
|
|
|
|
| 25 |
# Inference
|
| 26 |
# ---------------------------------------------------------------------------
|
| 27 |
|
| 28 |
+
@spaces.GPU(duration=600)
|
| 29 |
def run_extend3d(
|
| 30 |
image_pil,
|
| 31 |
seed: int,
|