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

Update app.py (#2)

Browse files

- Update app.py (bb17c402cb9324eb5640cdd8ad70242804c621d7)


Co-authored-by: Pedro Cuenca <pcuenq@users.noreply.huggingface.co>

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