chongjie commited on
Commit
d33303c
·
1 Parent(s): 0263ada

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -27,9 +27,7 @@ iface = gr.Interface(
27
  gr.outputs.File(label="16-bit raw depth, multiplier:256")
28
  ],
29
  title="# ZoeDepth",
30
- description="""Official demo for **ZoeDepth: Zero-shot Transfer by Combining Relative and Metric Depth**.
31
- ZoeDepth is a deep learning model for metric depth estimation from a single image.
32
- Please refer to our [paper](https://arxiv.org/abs/2302.12288) or [github](https://github.com/isl-org/ZoeDepth) for more details.""",
33
  css="""
34
  #img-display-container {
35
  max-height: 50vh;
 
27
  gr.outputs.File(label="16-bit raw depth, multiplier:256")
28
  ],
29
  title="# ZoeDepth",
30
+ description="""Unofficial demo for **ZoeDepth: Zero-shot Transfer by Combining Relative and Metric Depth**.""",
 
 
31
  css="""
32
  #img-display-container {
33
  max-height: 50vh;