Seungwoo-Yoon commited on
Commit ·
70bf12b
1
Parent(s): 3088dec
zero gpu 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
|
| 29 |
def run_extend3d(
|
| 30 |
image_pil,
|
| 31 |
seed: int,
|
|
|
|
| 25 |
# Inference
|
| 26 |
# ---------------------------------------------------------------------------
|
| 27 |
|
| 28 |
+
@spaces.GPU(duration=300)
|
| 29 |
def run_extend3d(
|
| 30 |
image_pil,
|
| 31 |
seed: int,
|