Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -90,8 +90,8 @@ iface = gr.Interface(
|
|
90 |
fn=predict_depth,
|
91 |
inputs=gr.Image(type="filepath"),
|
92 |
outputs=[gr.Image(type="filepath", label="Depth Map"), gr.Textbox(label="Focal Length or Error Message")],
|
93 |
-
title="
|
94 |
-
description="
|
95 |
)
|
96 |
|
97 |
# Launch the interface
|
|
|
90 |
fn=predict_depth,
|
91 |
inputs=gr.Image(type="filepath"),
|
92 |
outputs=[gr.Image(type="filepath", label="Depth Map"), gr.Textbox(label="Focal Length or Error Message")],
|
93 |
+
title="DepthPro Demo",
|
94 |
+
description="[DepthPro](https://huggingface.co/apple/DepthPro) is a fast metric depth prediction model. Simply upload an image to predict its depth map and focal length. Large images will be automatically resized."
|
95 |
)
|
96 |
|
97 |
# Launch the interface
|