Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ pipe = DepthCrafterPipeline.from_pretrained(
|
|
39 |
pipe.to("cuda")
|
40 |
|
41 |
|
42 |
-
@spaces.GPU(duration=
|
43 |
def infer_depth(
|
44 |
video: str,
|
45 |
num_denoising_steps: int,
|
|
|
39 |
pipe.to("cuda")
|
40 |
|
41 |
|
42 |
+
@spaces.GPU(duration=150)
|
43 |
def infer_depth(
|
44 |
video: str,
|
45 |
num_denoising_steps: int,
|