Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ def main():
|
|
| 93 |
outputs=[
|
| 94 |
gr.Image(type="pil", label="Predicted Depth")
|
| 95 |
],
|
| 96 |
-
title="
|
| 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 |
|