Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,9 +44,7 @@ examples = [["examples/" + img] for img in os.listdir("examples/")]
|
|
44 |
iface = gr.Interface(
|
45 |
fn=process_image,
|
46 |
inputs=[gr.Image(type="filepath", label="Input Image")],
|
47 |
-
outputs=[
|
48 |
-
inputs=[gr.inputs.Image(type="filepath", label="Input Image")],
|
49 |
-
],
|
50 |
title=title,
|
51 |
description=description,
|
52 |
examples=examples,
|
|
|
44 |
iface = gr.Interface(
|
45 |
fn=process_image,
|
46 |
inputs=[gr.Image(type="filepath", label="Input Image")],
|
47 |
+
outputs=[predicted_depth],
|
|
|
|
|
48 |
title=title,
|
49 |
description=description,
|
50 |
examples=examples,
|