Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ iface = gr.Interface(
|
|
23 |
fn=on_submit,
|
24 |
inputs=gr.inputs.Image(type='pil', label="Input Image"),
|
25 |
outputs=[
|
26 |
-
gr.outputs.Image(label="Depth Map"),
|
27 |
gr.outputs.File(label="16-bit raw depth, multiplier:256")
|
28 |
],
|
29 |
title="# ZoeDepth",
|
|
|
23 |
fn=on_submit,
|
24 |
inputs=gr.inputs.Image(type='pil', label="Input Image"),
|
25 |
outputs=[
|
26 |
+
gr.outputs.Image(type='numpy', label="Depth Map"),
|
27 |
gr.outputs.File(label="16-bit raw depth, multiplier:256")
|
28 |
],
|
29 |
title="# ZoeDepth",
|