Spaces:
Running
on
Zero
Running
on
Zero
retrying to send
Browse files
app.py
CHANGED
@@ -99,8 +99,8 @@ iface = gr.Interface(
|
|
99 |
gr.Textbox(label="Focal Length or Error Message"),
|
100 |
gr.File(label="Download Raw Depth Map (CSV)")
|
101 |
],
|
102 |
-
title="DepthPro Demo in Meters fork from akhaliq",
|
103 |
-
description="forked from https://huggingface.co/spaces/akhaliq/depth-pro to add raw meters output.
|
104 |
)
|
105 |
|
106 |
# Launch the interface
|
|
|
99 |
gr.Textbox(label="Focal Length or Error Message"),
|
100 |
gr.File(label="Download Raw Depth Map (CSV)")
|
101 |
],
|
102 |
+
title="DepthPro Demo in Meters fork from akhaliq (original description below)",
|
103 |
+
description="forked from https://huggingface.co/spaces/akhaliq/depth-pro to add raw meters output. [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. You can also download the raw depth map data as a CSV file."
|
104 |
)
|
105 |
|
106 |
# Launch the interface
|