mtwohey2 commited on
Commit
239b735
·
verified ·
1 Parent(s): bd5d002

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ video_depth_anything.load_state_dict(torch.load(filepath, map_location='cpu'))
58
  video_depth_anything = video_depth_anything.to(DEVICE).eval()
59
 
60
  title = "# Video Depth Anything + RGBD sbs output"
61
- description = """ Requires a GPU, please run locally. **Video Depth Anything** + RGBD sbs output for viewing with Looking Glass Factory displays.
62
  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."""
63
 
64
  def infer_video_depth(
 
58
  video_depth_anything = video_depth_anything.to(DEVICE).eval()
59
 
60
  title = "# Video Depth Anything + RGBD sbs output"
61
+ description = """**Video Depth Anything** + RGBD sbs output for viewing with Looking Glass Factory displays.
62
  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."""
63
 
64
  def infer_video_depth(