mtwohey2 commited on
Commit
10ae2d1
·
verified ·
1 Parent(s): 97674a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import sys
10
 
11
  from utils.dc_utils import read_video_frames, save_video
12
 
13
- title = """#""RGBD SBS output"
14
  description = """**Video Depth Anything** + RGBD sbs output for viewing with Looking Glass Factory displays.
15
  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."""
16
 
 
10
 
11
  from utils.dc_utils import read_video_frames, save_video
12
 
13
+ title = """**RGBD SBS output**"""
14
  description = """**Video Depth Anything** + RGBD sbs output for viewing with Looking Glass Factory displays.
15
  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."""
16