Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,6 @@ iface = gr.Interface(fn=infer,
|
|
39 |
gr.Image(type="pil", label="Depth Anything")],
|
40 |
|
41 |
title="Compare Depth Estimation Models",
|
42 |
-
description="In this Space you can compare various depth estimation models",
|
43 |
-
examples=[["bee.JPG"]])
|
44 |
iface.launch(debug=True)
|
|
|
39 |
gr.Image(type="pil", label="Depth Anything")],
|
40 |
|
41 |
title="Compare Depth Estimation Models",
|
42 |
+
description="In this Space you can compare various depth estimation models.",
|
43 |
+
examples=[["./bee.JPG"]])
|
44 |
iface.launch(debug=True)
|