Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import sys
|
|
10 |
|
11 |
from utils.dc_utils import read_video_frames, save_video
|
12 |
|
13 |
-
title = """
|
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 |
|