ameerazam08 commited on
Commit
2a21429
1 Parent(s): 9cecbd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ DEVICE = 'cuda' if torch.cuda.is_available() else 'cpu'
20
  model = torch.hub.load('isl-org/ZoeDepth', "ZoeD_N", pretrained=True).to(DEVICE).eval()
21
 
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
 
 
20
  model = torch.hub.load('isl-org/ZoeDepth', "ZoeD_N", pretrained=True).to(DEVICE).eval()
21
 
22
  title = "# ZoeDepth"
23
+ description = """UnOfficial 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