Shane922 commited on
Commit
864aa62
·
1 Parent(s): 6596772

update arxiv link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ video_depth_anything = video_depth_anything.to(DEVICE).eval()
54
 
55
  title = "# Video Depth Anything"
56
  description = """Official demo for **Video Depth Anything**.
57
- Please refer to our [project page](https://videodepthanything.github.io/), and [github](https://github.com/DepthAnything/Video-Depth-Anything) for more details."""
58
 
59
 
60
  @spaces.GPU
 
54
 
55
  title = "# Video Depth Anything"
56
  description = """Official demo for **Video Depth Anything**.
57
+ 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."""
58
 
59
 
60
  @spaces.GPU