adpro commited on
Commit
eb4dae5
·
verified ·
1 Parent(s): 4e5b303

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ description = "Intel's DPT: Dense Prediction Transformer for depth estimation fr
39
 
40
  iface = gr.Interface(
41
  fn=process_image,
42
- inputs=gr.inputs.Image(type="pil", label="Input Image")
43
- outputs=gr.outputs.Image(type="pil", label="Predicted Depth")
44
  title=title,
45
  description=description,
46
  allow_flagging="never"
 
39
 
40
  iface = gr.Interface(
41
  fn=process_image,
42
+ inputs=gr.inputs.Image(type="pil", label="Input Image"),
43
+ outputs=gr.outputs.Image(type="pil", label="Predicted Depth"),
44
  title=title,
45
  description=description,
46
  allow_flagging="never"