Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ description = """Official demo for **Video Depth Anything**.
|
|
53 |
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."""
|
54 |
|
55 |
|
56 |
-
@
|
57 |
def infer_video_depth(
|
58 |
input_video: str,
|
59 |
max_len: int = -1,
|
|
|
53 |
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."""
|
54 |
|
55 |
|
56 |
+
@gr.processing_utils.threaded # alternativ kann spaces.GPU genutzt werden, falls verfügbar
|
57 |
def infer_video_depth(
|
58 |
input_video: str,
|
59 |
max_len: int = -1,
|