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