Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
•
1243447
1
Parent(s):
801a326
Add another example
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ from PIL import Image
|
|
5 |
import matplotlib.pyplot as plt
|
6 |
|
7 |
title = "Interactive demo: ZoeDepth"
|
8 |
-
description = "Unofficial Gradio Demo for using ZoeDepth: Zero-shot Transfer by Combining Relative and Metric Depth. To use it, simply upload an image or use one of the examples below and click 'Submit'. Results will show up in a few seconds."
|
9 |
-
examples = [["example.png"]]
|
10 |
repo = "isl-org/ZoeDepth"
|
11 |
# Zoe_N
|
12 |
model_zoe_n = torch.hub.load(repo, "ZoeD_N", pretrained=True)
|
|
|
5 |
import matplotlib.pyplot as plt
|
6 |
|
7 |
title = "Interactive demo: ZoeDepth"
|
8 |
+
description = "Unofficial Gradio Demo for using ZoeDepth: Zero-shot Transfer by Combining Relative and Metric Depth. ZoeDepth is a technique that lets you perform metric depth estimation from a single image. For more information, please refer to the paper or the <a href='https://github.com/isl-org/ZoeDepth' style='text-decoration: underline;' target='_blank'> Github </a> implementation. </p> To use it, simply upload an image or use one of the examples below and click 'Submit'. Results will show up in a few seconds."
|
9 |
+
examples = [["example.png"],["example_2.png"]]
|
10 |
repo = "isl-org/ZoeDepth"
|
11 |
# Zoe_N
|
12 |
model_zoe_n = torch.hub.load(repo, "ZoeD_N", pretrained=True)
|