Shane922 commited on
Commit
21e4f98
·
1 Parent(s): 1532f4e

update GPU duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ description = """Official demo for **Video Depth Anything**.
63
  Please refer to our [paper](https://arxiv.org/abs/2501.12375), [project page](https://videodepthanything.github.io/), and [github](https://github.com/DepthAnything/Video-Depth-Anything) for more details."""
64
 
65
 
66
- @spaces.GPU
67
  def infer_video_depth(
68
  input_video: str,
69
  max_len: int = -1,
 
63
  Please refer to our [paper](https://arxiv.org/abs/2501.12375), [project page](https://videodepthanything.github.io/), and [github](https://github.com/DepthAnything/Video-Depth-Anything) for more details."""
64
 
65
 
66
+ @spaces.GPU(duration=240)
67
  def infer_video_depth(
68
  input_video: str,
69
  max_len: int = -1,