adpro commited on
Commit
ef9bcaa
·
verified ·
1 Parent(s): fc86955

Update app.py

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