merve HF staff commited on
Commit
e57fb39
1 Parent(s): 5ae039e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ 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():
 
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():