Spaces:
Runtime error
Runtime error
File size: 869 Bytes
03bdd62 10d86f5 0a942a7 10d86f5 a65f6fa 10d86f5 abf1332 10d86f5 0846859 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
DEFAULT_THEME = "jhj0517/smooth_slate_primary_button_color" # [jhj0517/boxy_violet_primary_button_variant, jhj0517/smooth_slate_primary_button_color ]
HEADER = """
## [sam2-playground](https://github.com/jhj0517/sam2-playground)
<div>
<a href="https://github.com/jhj0517/sam2-playground/blob/master/docs/PROMPT_GUIDE.md#image-prompter">
<img src="https://img.shields.io/badge/GitHub-Wiki-blue?logo=github" alt="Github Wiki" style="display:inline-block;">
</a>
<a href="https://colab.research.google.com/github/jhj0517/sam2-playground/blob/master/notebooks/sam2_playground.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab" style="display:inline-block;">
</a>
</div>
"""
CSS = """
#md_header a {
color: black;
text-decoration: none;
}
#md_header a:hover {
text-decoration: underline;
}
"""
|