Spaces:
Running
Running
Upload 3 files
Browse files- index.html +15 -0
- styles.css +17 -0
index.html
CHANGED
|
@@ -369,6 +369,21 @@
|
|
| 369 |
<div id="demoError" class="demo-error"></div>
|
| 370 |
</div>
|
| 371 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 372 |
<div class="transformers-container">
|
| 373 |
<img src="img/hugging_supertonic.svg" alt="Hugging Face Supertonic" class="transformers-logo">
|
| 374 |
<p>
|
|
|
|
| 369 |
<div id="demoError" class="demo-error"></div>
|
| 370 |
</div>
|
| 371 |
|
| 372 |
+
<div class="transformers-container supertonic-2-container">
|
| 373 |
+
<a href="https://huggingface.co/spaces/Supertone/supertonic-2" target="_blank" rel="noopener noreferrer">
|
| 374 |
+
<img src="img/supertonic-2.png" alt="Supertonic 2" class="supertonic-2-logo">
|
| 375 |
+
</a>
|
| 376 |
+
<p>
|
| 377 |
+
Supertonic 2 is now available in 5 languages. Experience the demo here.
|
| 378 |
+
</p>
|
| 379 |
+
<div class="transformers-buttons">
|
| 380 |
+
<a href="https://huggingface.co/spaces/Supertone/supertonic-2" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">
|
| 381 |
+
<span class="btn-label">Try Supertonic 2</span>
|
| 382 |
+
<span class="arrow">↗</span>
|
| 383 |
+
</a>
|
| 384 |
+
</div>
|
| 385 |
+
</div>
|
| 386 |
+
|
| 387 |
<div class="transformers-container">
|
| 388 |
<img src="img/hugging_supertonic.svg" alt="Hugging Face Supertonic" class="transformers-logo">
|
| 389 |
<p>
|
styles.css
CHANGED
|
@@ -935,6 +935,23 @@ section {
|
|
| 935 |
margin-right: auto;
|
| 936 |
}
|
| 937 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 938 |
.transformers-container p {
|
| 939 |
margin: 0;
|
| 940 |
line-height: 1.6;
|
|
|
|
| 935 |
margin-right: auto;
|
| 936 |
}
|
| 937 |
|
| 938 |
+
.supertonic-2-logo {
|
| 939 |
+
width: 40%;
|
| 940 |
+
display: block;
|
| 941 |
+
margin-left: auto;
|
| 942 |
+
margin-right: auto;
|
| 943 |
+
cursor: pointer;
|
| 944 |
+
transition: opacity 0.3s ease;
|
| 945 |
+
}
|
| 946 |
+
|
| 947 |
+
.supertonic-2-logo:hover {
|
| 948 |
+
opacity: 0.8;
|
| 949 |
+
}
|
| 950 |
+
|
| 951 |
+
.supertonic-2-container a {
|
| 952 |
+
text-decoration: none;
|
| 953 |
+
}
|
| 954 |
+
|
| 955 |
.transformers-container p {
|
| 956 |
margin: 0;
|
| 957 |
line-height: 1.6;
|