Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ pipe = DepthCrafterPipeline.from_pretrained(
|
|
35 |
pipe.to("cuda")
|
36 |
|
37 |
|
38 |
-
@spaces.GPU(
|
39 |
def infer_depth(
|
40 |
video: str,
|
41 |
num_denoising_steps: int,
|
|
|
35 |
pipe.to("cuda")
|
36 |
|
37 |
|
38 |
+
@spaces.GPU()
|
39 |
def infer_depth(
|
40 |
video: str,
|
41 |
num_denoising_steps: int,
|