adpro commited on
Commit
b350da9
·
verified ·
1 Parent(s): 33dff3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ examples = [["examples/" + img] for img in os.listdir("examples/")]
48
  iface = gr.Interface(
49
  fn=process_image,
50
  inputs=[gr.inputs.Image(type="filepath", label="Input Image")],
51
- outputs=[gr.outputs.Image(type="pil", label="Predicted Depth")],
52
  title=title,
53
  description=description,
54
  examples=examples,
 
48
  iface = gr.Interface(
49
  fn=process_image,
50
  inputs=[gr.inputs.Image(type="filepath", label="Input Image")],
51
+ outputs=[gr.outputs.Image(type="filepath", label="Predicted Depth")],
52
  title=title,
53
  description=description,
54
  examples=examples,