wbhu-tc commited on
Commit
634bcb1
·
1 Parent(s): 173e979
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ pipe = DepthCrafterPipeline.from_pretrained(
35
  pipe.to("cuda")
36
 
37
 
38
- @spaces.GPU(duration=120)
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,