A19grey commited on
Commit
0efa5f1
·
1 Parent(s): b0d730c

retrying to send

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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. Original Descr: [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
 
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