toshas commited on
Commit
a8fe272
·
1 Parent(s): c3de1cc

minor html fixes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,7 +67,7 @@ class MarigoldDepthApp(DualVisionApp):
67
  def make_header(self):
68
  gr.Markdown(
69
  """
70
- ## [Marigold Depth Estimation](https://huggingface.co/spaces/prs-eth/marigold)
71
  """
72
  )
73
  with gr.Row(elem_classes="remove-elements"):
@@ -78,7 +78,7 @@ class MarigoldDepthApp(DualVisionApp):
78
  <img src="https://img.shields.io/badge/%E2%99%A5%20Project%20-Website-blue">
79
  </a>
80
  <a title="diffusers" href="https://huggingface.co/docs/diffusers/using-diffusers/marigold_usage" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
81
- <img src="https://img.shields.io/badge/%F0%9F%A7%A8%20Read_diffusers-tutorial-yellow?labelColor=green">
82
  </a>
83
  <a title="arXiv" href="https://arxiv.org/abs/2312.02145" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
84
  <img src="https://img.shields.io/badge/%F0%9F%93%84%20Read%20-Paper-AF3436">
 
67
  def make_header(self):
68
  gr.Markdown(
69
  """
70
+ <h2><a href="https://huggingface.co/spaces/prs-eth/marigold" style="color: black;">Marigold Depth Estimation</a></h2>
71
  """
72
  )
73
  with gr.Row(elem_classes="remove-elements"):
 
78
  <img src="https://img.shields.io/badge/%E2%99%A5%20Project%20-Website-blue">
79
  </a>
80
  <a title="diffusers" href="https://huggingface.co/docs/diffusers/using-diffusers/marigold_usage" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
81
+ <img src="https://img.shields.io/badge/%F0%9F%A7%A8%20Read_diffusers-Tutorial-yellow?labelColor=green">
82
  </a>
83
  <a title="arXiv" href="https://arxiv.org/abs/2312.02145" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
84
  <img src="https://img.shields.io/badge/%F0%9F%93%84%20Read%20-Paper-AF3436">