Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,8 @@ css = """
|
|
41 |
with gr.Blocks(css=css) as demo:
|
42 |
gr.HTML("<h1><center>Compare Depth Estimation Models<center><h1>")
|
43 |
gr.Markdown("In this Space, you can compare different depth estimation models: [DPT-Large](https://huggingface.co/Intel/dpt-large), [DPT with BeiT backbone](https://huggingface.co/Intel/dpt-beit-large-512) and the recent [Depth Anything Model small checkpoint](https://huggingface.co/LiheYoung/depth-anything-small-hf). 🤩")
|
44 |
-
gr.Markdown("
|
|
|
45 |
|
46 |
with gr.Column():
|
47 |
with gr.Row():
|
|
|
41 |
with gr.Blocks(css=css) as demo:
|
42 |
gr.HTML("<h1><center>Compare Depth Estimation Models<center><h1>")
|
43 |
gr.Markdown("In this Space, you can compare different depth estimation models: [DPT-Large](https://huggingface.co/Intel/dpt-large), [DPT with BeiT backbone](https://huggingface.co/Intel/dpt-beit-large-512) and the recent [Depth Anything Model small checkpoint](https://huggingface.co/LiheYoung/depth-anything-small-hf). 🤩")
|
44 |
+
gr.Markdown("You can also see how they compare in terms of speed [here](https://huggingface2.notion.site/DPT-Benchmarks-1e516b0ba193460e865c47b3a5681efb?pvs=4).")
|
45 |
+
gr.Markdown("Simply upload an image or try one of the examples to see the outputs.")
|
46 |
|
47 |
with gr.Column():
|
48 |
with gr.Row():
|