chongjie commited on
Commit
0263ada
·
1 Parent(s): e17f45c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",