Spaces:
Running
Running
Akash Raj
commited on
Commit
•
bb518d4
1
Parent(s):
516f50c
test
Browse files
app.py
CHANGED
@@ -20,9 +20,9 @@ iface = gr.Interface(
|
|
20 |
fn=estimate_depths,
|
21 |
inputs=gr.Image(type="pil"),
|
22 |
outputs=[
|
23 |
-
gr.
|
24 |
-
gr.
|
25 |
-
gr.
|
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."
|