Akash Raj commited on
Commit
bb518d4
1 Parent(s): 516f50c
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -20,9 +20,9 @@ iface = gr.Interface(
20
  fn=estimate_depths,
21
  inputs=gr.Image(type="pil"),
22
  outputs=[
23
- gr.outputs.Image(type="pil", label="LiheYoung/depth-anything-base-hf"),
24
- gr.outputs.Image(type="pil", label="LiheYoung/depth-anything-small-hf"),
25
- gr.outputs.Image(type="pil", label="Intel/dpt-swinv2-tiny-256")
26
  ],
27
  title="Multi-Model Depth Estimation",
28
  description="Upload an image to get depth estimation maps from multiple models."
 
20
  fn=estimate_depths,
21
  inputs=gr.Image(type="pil"),
22
  outputs=[
23
+ gr.Image(type="pil", label="LiheYoung/depth-anything-base-hf"),
24
+ gr.Image(type="pil", label="LiheYoung/depth-anything-small-hf"),
25
+ gr.Image(type="pil", label="Intel/dpt-swinv2-tiny-256")
26
  ],
27
  title="Multi-Model Depth Estimation",
28
  description="Upload an image to get depth estimation maps from multiple models."