jhj0517 commited on
Commit
fa76b72
·
1 Parent(s): de5173c

Add huggingface space

Browse files
Files changed (1) hide show
  1. modules/html_constants.py +3 -0
modules/html_constants.py CHANGED
@@ -10,6 +10,9 @@ HEADER = """
10
  <a href="https://colab.research.google.com/github/jhj0517/sam2-playground/blob/master/notebooks/sam2_playground.ipynb">
11
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab" style="display:inline-block;">
12
  </a>
 
 
 
13
  </div>
14
 
15
  """
 
10
  <a href="https://colab.research.google.com/github/jhj0517/sam2-playground/blob/master/notebooks/sam2_playground.ipynb">
11
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab" style="display:inline-block;">
12
  </a>
13
+ <a href="https://huggingface.co/spaces/jhj0517/sam2-playground">
14
+ <img src="https://img.shields.io/badge/Hugging%20Face-%F0%9F%A4%97%20Spaces-orange?logo=huggingface" alt="Colab" style="display:inline-block;">
15
+ </a>
16
  </div>
17
 
18
  """