Spaces:
Running
Running
Update app.py
Browse files
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"
|