pcuenq HF staff commited on
Commit
bb17c40
1 Parent(s): d3f5a26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Depth Prediction Demo",
94
- description="Upload an image to predict its depth map and focal length. Large images will be automatically resized."
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