Update app.py
Browse files
app.py
CHANGED
@@ -57,8 +57,8 @@ iface = gr.Interface(
|
|
57 |
fn=predict_depth,
|
58 |
inputs=gr.Image(type="pil"),
|
59 |
outputs=gr.Image(type="pil"),
|
60 |
-
title="MiDaS Depth Estimation
|
61 |
-
description="
|
62 |
)
|
63 |
|
64 |
if __name__ == "__main__":
|
|
|
57 |
fn=predict_depth,
|
58 |
inputs=gr.Image(type="pil"),
|
59 |
outputs=gr.Image(type="pil"),
|
60 |
+
title="MiDaS Depth Estimation",
|
61 |
+
description="Drop img -> depth map"
|
62 |
)
|
63 |
|
64 |
if __name__ == "__main__":
|