Krokodilpirat commited on
Commit
83f9422
·
verified ·
1 Parent(s): 28da247

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- @gradio.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,
 
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,