Spaces:
Runtime error
Runtime error
update GPU duration
Browse files
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,
|