wbhu-tc commited on
Commit
6658d08
1 Parent(s): 3838dc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ pipe = DepthCrafterPipeline.from_pretrained(
39
  pipe.to("cuda")
40
 
41
 
42
- @spaces.GPU(duration=120)
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,