Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,13 @@ th, td {
|
|
41 |
width: 200px;
|
42 |
}
|
43 |
.badge-dark {
|
44 |
-
background-color: #
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
}
|
46 |
</style>
|
47 |
|
@@ -53,10 +59,11 @@ th, td {
|
|
53 |
<a href="https://x.com/OuteAI" target="_blank">𝕏 @OuteAI</a>
|
54 |
</div>
|
55 |
<div class="badges">
|
56 |
-
<a href="https://huggingface.co/OuteAI/OuteTTS-0.3-1B" target="_blank" class="badge badge-
|
57 |
-
<a href="https://huggingface.co/OuteAI/OuteTTS-0.3-1B-GGUF" target="_blank" class="badge badge-
|
58 |
-
<a href="https://huggingface.co/OuteAI/OuteTTS-0.3-500M" target="_blank" class="badge badge-
|
59 |
-
<a href="https://huggingface.co/OuteAI/OuteTTS-0.3-500M-GGUF" target="_blank" class="badge badge-
|
|
|
60 |
<a href="https://github.com/edwko/OuteTTS" target="_blank" class="badge badge-dark">GitHub - OuteTTS</a>
|
61 |
</div>
|
62 |
</div>
|
|
|
41 |
width: 200px;
|
42 |
}
|
43 |
.badge-dark {
|
44 |
+
background-color: #000000;
|
45 |
+
}
|
46 |
+
.badge-model {
|
47 |
+
background-color: #6885ab;
|
48 |
+
}
|
49 |
+
.badge-space {
|
50 |
+
background-color: #7468ab;
|
51 |
}
|
52 |
</style>
|
53 |
|
|
|
59 |
<a href="https://x.com/OuteAI" target="_blank">𝕏 @OuteAI</a>
|
60 |
</div>
|
61 |
<div class="badges">
|
62 |
+
<a href="https://huggingface.co/OuteAI/OuteTTS-0.3-1B" target="_blank" class="badge badge-model">OuteTTS 0.3 1B</a>
|
63 |
+
<a href="https://huggingface.co/OuteAI/OuteTTS-0.3-1B-GGUF" target="_blank" class="badge badge-model">OuteTTS 0.3 1B GGUF</a>
|
64 |
+
<a href="https://huggingface.co/OuteAI/OuteTTS-0.3-500M" target="_blank" class="badge badge-model">OuteTTS 0.3 500M</a>
|
65 |
+
<a href="https://huggingface.co/OuteAI/OuteTTS-0.3-500M-GGUF" target="_blank" class="badge badge-model">OuteTTS 0.3 500M GGUF</a>
|
66 |
+
<a href="https://huggingface.co/spaces/OuteAI/OuteTTS-0.3-1B-Demo" target="_blank" class="badge badge-space">OuteTTS 0.3 Demo Space</a>
|
67 |
<a href="https://github.com/edwko/OuteTTS" target="_blank" class="badge badge-dark">GitHub - OuteTTS</a>
|
68 |
</div>
|
69 |
</div>
|