smhh24 commited on
Commit
6fe134e
·
verified ·
1 Parent(s): 95aac40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def main():
93
  outputs=[
94
  gr.Image(type="pil", label="Predicted Depth")
95
  ],
96
- title="Depth Anything V2 Metric Depth Estimation",
97
  description="Upload an image to get its estimated depth map using Depth Anything V2.",
98
  )
99
 
 
93
  outputs=[
94
  gr.Image(type="pil", label="Predicted Depth")
95
  ],
96
+ title="Metric Depth Estimation",
97
  description="Upload an image to get its estimated depth map using Depth Anything V2.",
98
  )
99