merve HF staff commited on
Commit
2e34687
1 Parent(s): e57fb39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ css = """
37
  """
38
  with gr.Blocks(css=css) as demo:
39
  gr.HTML("<h1><center>Compare Depth Estimation Models<center><h1>")
40
- gr.HTML("<h3><center>In this Space, you can compare different depth estimation models: <a href="https://huggingface.co/Intel/dpt-large" target="_blank">DPT-Large</a>, <a href="https://huggingface.co/Intel/dpt-beit-large-512" target="_blank">DPT with BeiT backbone</a> and the recent <a href="https://huggingface.co/LiheYoung/depth-anything-small-hf" target="_blank">Depth Anything Model's small checkpoint</a>. 🤩<center><h3>")
41
- gr.HTML("<h3><center>Simply upload an image or try the example to see the outputs.<center><h3>")
42
 
43
  with gr.Column():
44
  with gr.Row():
 
37
  """
38
  with gr.Blocks(css=css) as demo:
39
  gr.HTML("<h1><center>Compare Depth Estimation Models<center><h1>")
40
+ 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). 🤩")
41
+ gr.Markdown("Simply upload an image or try the example to see the outputs.")
42
 
43
  with gr.Column():
44
  with gr.Row():