RamAnanth1 commited on
Commit
e9a07d6
1 Parent(s): bc521ff

minor UI change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ 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. ZoeDepth is a technique that lets you perform metric depth estimation from a single image. For more information, please refer to the <a href='https://arxiv.org/abs/2302.12288' style='text-decoration: underline;' target='_blank'> paper </a> 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
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 <a href='https://arxiv.org/abs/2302.12288' style='text-decoration: underline;' target='_blank'> paper</a> 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