ameerazam08 commited on
Commit
9cecbd2
1 Parent(s): 8c31979

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ model = torch.hub.load('isl-org/ZoeDepth', "ZoeD_N", pretrained=True).to(DEVICE)
22
  title = "# ZoeDepth"
23
  description = """Official demo for **ZoeDepth: Zero-shot Transfer by Combining Relative and Metric Depth**.
24
  ZoeDepth is a deep learning model for metric depth estimation from a single image.
25
- Please refer to our [paper](https://arxiv.org/abs/2302.12288) or [github](https://github.com/isl-org/ZoeDepth) for more details."""
26
 
27
  with gr.Blocks(css=css) as demo:
28
  gr.Markdown(title)
 
22
  title = "# ZoeDepth"
23
  description = """Official demo for **ZoeDepth: Zero-shot Transfer by Combining Relative and Metric Depth**.
24
  ZoeDepth is a deep learning model for metric depth estimation from a single image.
25
+ Please refer here for more details -[paper](https://arxiv.org/abs/2302.12288) or [github](https://github.com/isl-org/ZoeDepth) for more details."""
26
 
27
  with gr.Blocks(css=css) as demo:
28
  gr.Markdown(title)