(image)
| 41 | Please refer to our [paper](https://arxiv.org/abs/2406.09414), [project page](https://depth-anything-v2.github.io), or [github](https://github.com/DepthAnything/Depth-Anything-V2) for more details.""" |
| 42 | |
| 43 | def predict_depth(image): |
| 44 | return model.infer_image(image) |
| 45 | |
| 46 | with gr.Blocks(css=css) as demo: |
| 47 | gr.Markdown(title) |
no test coverage detected