JUGGHM commited on
Commit
39eb2aa
1 Parent(s): 4e36425

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def depth_normal(img, model_selection="vit-small"):
101
  #normal = gr.outputs.Image(type="pil",label="Output Normal")
102
 
103
  title = "Metric3D"
104
- description = "Gradio demo for Metric3D (v2, more diverse models) running on GPU which takes in a single image for computing metric depth and surface normal. To use it, simply upload your image, or click one of the examples to load them. Learn more from our paper linked below."
105
  article = "<p style='text-align: center'><a href='https://arxiv.org/pdf/2307.10984.pdf'>Metric3D: Towards Zero-shot Metric 3D Prediction from A Single Image</a> | <a href='https://github.com/YvanYin/Metric3D'>Github Repo</a></p>"
106
 
107
  examples = [
 
101
  #normal = gr.outputs.Image(type="pil",label="Output Normal")
102
 
103
  title = "Metric3D"
104
+ description = "Gradio demo for Metric3D v1/v2 which takes in a single image for computing metric depth and surface normal. To use it, simply upload your image, or click one of the examples to load them. Learn more from our paper linked below."
105
  article = "<p style='text-align: center'><a href='https://arxiv.org/pdf/2307.10984.pdf'>Metric3D: Towards Zero-shot Metric 3D Prediction from A Single Image</a> | <a href='https://github.com/YvanYin/Metric3D'>Github Repo</a></p>"
106
 
107
  examples = [