Spaces:
Running
Running
Wrap badges if space is not enough
Browse files
app.py
CHANGED
@@ -14,17 +14,24 @@ MARKDOWN_DESCRIPTION = """
|
|
14 |
<h1>Vocabulary-free Image Classification</h1>
|
15 |
</div>
|
16 |
|
17 |
-
<div style="display: flex;
|
18 |
-
|
|
|
|
|
|
|
|
|
19 |
<img src="https://img.shields.io/badge/code-github.altndrr%2Fvic-blue.svg"/>
|
20 |
</a>
|
21 |
-
<a href="https://huggingface.co/spaces/altndrr/vic" style="margin-right: 0.5rem;
|
|
|
22 |
<img src="https://img.shields.io/badge/demo-hf.altndrr%2Fvic-yellow.svg"/>
|
23 |
</a>
|
24 |
-
<a href="https://arxiv.org/abs/2306.00917" style="margin-right: 0.5rem;
|
|
|
25 |
<img src="https://img.shields.io/badge/paper-arXiv.2306.00917-B31B1B.svg"/>
|
26 |
</a>
|
27 |
-
<a href="https://alessandroconti.me/papers/2306.00917" style="margin-right: 0.5rem;
|
|
|
28 |
<img src="https://img.shields.io/badge/website-gh--pages.altndrr%2Fvic-success.svg"/>
|
29 |
</a>
|
30 |
</div>
|
|
|
14 |
<h1>Vocabulary-free Image Classification</h1>
|
15 |
</div>
|
16 |
|
17 |
+
<div style="display: flex;
|
18 |
+
flex-wrap: wrap;
|
19 |
+
align-items: center;
|
20 |
+
justify-content: center;
|
21 |
+
margin-bottom: 1rem;">
|
22 |
+
<a href="https://github.com/altndrr/vic" style="margin-right: 0.5rem; margin-bottom: 0.5rem;">
|
23 |
<img src="https://img.shields.io/badge/code-github.altndrr%2Fvic-blue.svg"/>
|
24 |
</a>
|
25 |
+
<a href="https://huggingface.co/spaces/altndrr/vic" style="margin-right: 0.5rem;
|
26 |
+
margin-bottom: 0.5rem;">
|
27 |
<img src="https://img.shields.io/badge/demo-hf.altndrr%2Fvic-yellow.svg"/>
|
28 |
</a>
|
29 |
+
<a href="https://arxiv.org/abs/2306.00917" style="margin-right: 0.5rem;
|
30 |
+
margin-bottom: 0.5rem;">
|
31 |
<img src="https://img.shields.io/badge/paper-arXiv.2306.00917-B31B1B.svg"/>
|
32 |
</a>
|
33 |
+
<a href="https://alessandroconti.me/papers/2306.00917" style="margin-right: 0.5rem;
|
34 |
+
margin-bottom: 0.5rem;">
|
35 |
<img src="https://img.shields.io/badge/website-gh--pages.altndrr%2Fvic-success.svg"/>
|
36 |
</a>
|
37 |
</div>
|