Spaces:
Running
Running
Upload 2 files
Browse files- index.html +1 -100
- styles.css +8 -5
index.html
CHANGED
|
@@ -55,7 +55,6 @@
|
|
| 55 |
<a href="#interactive-demo" class="nav-dot"
|
| 56 |
data-tooltip="Try It"></a>
|
| 57 |
<a href="#text-handling" class="nav-dot" data-tooltip="Text handling"></a>
|
| 58 |
-
<a href="#built-with" class="nav-dot" data-tooltip="Built with Supertonic"></a>
|
| 59 |
<a href="#features" class="nav-dot" data-tooltip="Features"></a>
|
| 60 |
<a href="#languages" class="nav-dot" data-tooltip="Programming languages"></a>
|
| 61 |
<a href="#research" class="nav-dot" data-tooltip="Research"></a>
|
|
@@ -369,7 +368,7 @@
|
|
| 369 |
<div id="demoError" class="demo-error"></div>
|
| 370 |
</div>
|
| 371 |
|
| 372 |
-
<div class="
|
| 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>
|
|
@@ -585,104 +584,6 @@
|
|
| 585 |
</div>
|
| 586 |
</section>
|
| 587 |
|
| 588 |
-
<!-- Built with Supertonic Section -->
|
| 589 |
-
<section class="built-with" id="built-with">
|
| 590 |
-
<div class="container">
|
| 591 |
-
<h2 class="section-title">Built with Supertonic</h2>
|
| 592 |
-
<h3 class="section-subtitle">Projects powered by Supertonic</h3>
|
| 593 |
-
|
| 594 |
-
<div class="built-with-list">
|
| 595 |
-
<div class="built-with-item">
|
| 596 |
-
<div class="built-with-content">
|
| 597 |
-
<h4 class="built-with-name">Read Aloud</h4>
|
| 598 |
-
<p class="built-with-desc">Open-source TTS browser extension</p>
|
| 599 |
-
</div>
|
| 600 |
-
<div class="built-with-links">
|
| 601 |
-
<a href="https://chromewebstore.google.com/detail/read-aloud-a-text-to-spee/hdhinadidafjejdhmfkjgnolgimiaplp" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">Chrome <span class="arrow">↗</span></a>
|
| 602 |
-
<a href="https://microsoftedge.microsoft.com/addons/detail/read-aloud-a-text-to-spe/pnfonnnmfjnpfgagnklfaccicnnjcdkm" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">Edge <span class="arrow">↗</span></a>
|
| 603 |
-
<a href="https://github.com/ken107/read-aloud" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">GitHub <span class="arrow">↗</span></a>
|
| 604 |
-
</div>
|
| 605 |
-
</div>
|
| 606 |
-
<div class="built-with-item">
|
| 607 |
-
<div class="built-with-content">
|
| 608 |
-
<h4 class="built-with-name">PageEcho</h4>
|
| 609 |
-
<p class="built-with-desc">E-Book reader app for iOS</p>
|
| 610 |
-
</div>
|
| 611 |
-
<div class="built-with-links">
|
| 612 |
-
<a href="https://apps.apple.com/us/app/pageecho/id6755965837" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">App Store <span class="arrow">↗</span></a>
|
| 613 |
-
</div>
|
| 614 |
-
</div>
|
| 615 |
-
<div class="built-with-item">
|
| 616 |
-
<div class="built-with-content">
|
| 617 |
-
<h4 class="built-with-name">VoiceChat</h4>
|
| 618 |
-
<p class="built-with-desc">On-device voice-to-voice LLM chatbot in the browser</p>
|
| 619 |
-
</div>
|
| 620 |
-
<div class="built-with-links">
|
| 621 |
-
<a href="https://huggingface.co/spaces/RickRossTN/ai-voice-chat" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">Demo <span class="arrow">↗</span></a>
|
| 622 |
-
<a href="https://github.com/irelate-ai/voice-chat" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">GitHub <span class="arrow">↗</span></a>
|
| 623 |
-
</div>
|
| 624 |
-
</div>
|
| 625 |
-
<div class="built-with-item">
|
| 626 |
-
<div class="built-with-content">
|
| 627 |
-
<h4 class="built-with-name">OmniAvatar</h4>
|
| 628 |
-
<p class="built-with-desc">Talking avatar video generator from photo + speech</p>
|
| 629 |
-
</div>
|
| 630 |
-
<div class="built-with-links">
|
| 631 |
-
<a href="https://huggingface.co/spaces/alexnasa/OmniAvatar" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">Demo <span class="arrow">↗</span></a>
|
| 632 |
-
</div>
|
| 633 |
-
</div>
|
| 634 |
-
<div class="built-with-item">
|
| 635 |
-
<div class="built-with-content">
|
| 636 |
-
<h4 class="built-with-name">CopiloTTS</h4>
|
| 637 |
-
<p class="built-with-desc">Kotlin Multiplatform TTS SDK via ONNX Runtime</p>
|
| 638 |
-
</div>
|
| 639 |
-
<div class="built-with-links">
|
| 640 |
-
<a href="https://github.com/sigmadeltasoftware/CopiloTTS" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">GitHub <span class="arrow">↗</span></a>
|
| 641 |
-
</div>
|
| 642 |
-
</div>
|
| 643 |
-
<div class="built-with-item">
|
| 644 |
-
<div class="built-with-content">
|
| 645 |
-
<h4 class="built-with-name">Voice Mixer</h4>
|
| 646 |
-
<p class="built-with-desc">PyQt5 tool for mixing and modifying voice styles</p>
|
| 647 |
-
</div>
|
| 648 |
-
<div class="built-with-links">
|
| 649 |
-
<a href="https://github.com/Topping1/Supertonic-Voice-Mixer" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">GitHub <span class="arrow">↗</span></a>
|
| 650 |
-
</div>
|
| 651 |
-
</div>
|
| 652 |
-
<div class="built-with-item">
|
| 653 |
-
<div class="built-with-content">
|
| 654 |
-
<h4 class="built-with-name">Supertonic MNN</h4>
|
| 655 |
-
<p class="built-with-desc">Lightweight library based on MNN (fp32/fp16/int8)</p>
|
| 656 |
-
</div>
|
| 657 |
-
<div class="built-with-links">
|
| 658 |
-
<a href="https://github.com/vra/supertonic-mnn" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">GitHub <span class="arrow">↗</span></a>
|
| 659 |
-
<a href="https://pypi.org/project/supertonic-mnn/" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">PyPI <span class="arrow">↗</span></a>
|
| 660 |
-
</div>
|
| 661 |
-
</div>
|
| 662 |
-
<div class="built-with-item">
|
| 663 |
-
<div class="built-with-content">
|
| 664 |
-
<h4 class="built-with-name">Transformers.js</h4>
|
| 665 |
-
<p class="built-with-desc">Hugging Face's JS library with Supertonic support</p>
|
| 666 |
-
</div>
|
| 667 |
-
<div class="built-with-links">
|
| 668 |
-
<a href="https://github.com/huggingface/transformers.js/pull/1459" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">GitHub PR <span class="arrow">↗</span></a>
|
| 669 |
-
<a href="https://huggingface.co/spaces/webml-community/Supertonic-TTS-WebGPU" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">Demo <span class="arrow">↗</span></a>
|
| 670 |
-
</div>
|
| 671 |
-
</div>
|
| 672 |
-
<div class="built-with-item">
|
| 673 |
-
<div class="built-with-content">
|
| 674 |
-
<h4 class="built-with-name">Pinokio</h4>
|
| 675 |
-
<p class="built-with-desc">1-click localhost cloud for Mac, Windows, and Linux</p>
|
| 676 |
-
</div>
|
| 677 |
-
<div class="built-with-links">
|
| 678 |
-
<a href="https://pinokio.co/" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">Pinokio <span class="arrow">↗</span></a>
|
| 679 |
-
<a href="https://github.com/SUP3RMASS1VE/SuperTonic-TTS" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">GitHub <span class="arrow">↗</span></a>
|
| 680 |
-
</div>
|
| 681 |
-
</div>
|
| 682 |
-
</div>
|
| 683 |
-
</div>
|
| 684 |
-
</section>
|
| 685 |
-
|
| 686 |
<!-- Features Section -->
|
| 687 |
<section class="features" id="features">
|
| 688 |
<div class="container">
|
|
|
|
| 55 |
<a href="#interactive-demo" class="nav-dot"
|
| 56 |
data-tooltip="Try It"></a>
|
| 57 |
<a href="#text-handling" class="nav-dot" data-tooltip="Text handling"></a>
|
|
|
|
| 58 |
<a href="#features" class="nav-dot" data-tooltip="Features"></a>
|
| 59 |
<a href="#languages" class="nav-dot" data-tooltip="Programming languages"></a>
|
| 60 |
<a href="#research" class="nav-dot" data-tooltip="Research"></a>
|
|
|
|
| 368 |
<div id="demoError" class="demo-error"></div>
|
| 369 |
</div>
|
| 370 |
|
| 371 |
+
<div class="supertonic-2-container">
|
| 372 |
<a href="https://huggingface.co/spaces/Supertone/supertonic-2" target="_blank" rel="noopener noreferrer">
|
| 373 |
<img src="img/supertonic-2.png" alt="Supertonic 2" class="supertonic-2-logo">
|
| 374 |
</a>
|
|
|
|
| 584 |
</div>
|
| 585 |
</section>
|
| 586 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 587 |
<!-- Features Section -->
|
| 588 |
<section class="features" id="features">
|
| 589 |
<div class="container">
|
styles.css
CHANGED
|
@@ -922,7 +922,14 @@ section {
|
|
| 922 |
}
|
| 923 |
|
| 924 |
.transformers-container {
|
| 925 |
-
margin:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 926 |
border-radius: 12px;
|
| 927 |
box-shadow: none;
|
| 928 |
text-align: center;
|
|
@@ -947,10 +954,6 @@ section {
|
|
| 947 |
opacity: 0.8;
|
| 948 |
}
|
| 949 |
|
| 950 |
-
.supertonic-2-container {
|
| 951 |
-
margin: 5rem auto 0;
|
| 952 |
-
}
|
| 953 |
-
|
| 954 |
.supertonic-2-container a {
|
| 955 |
text-decoration: none;
|
| 956 |
}
|
|
|
|
| 922 |
}
|
| 923 |
|
| 924 |
.transformers-container {
|
| 925 |
+
margin: 5rem auto 0;
|
| 926 |
+
border-radius: 12px;
|
| 927 |
+
box-shadow: none;
|
| 928 |
+
text-align: center;
|
| 929 |
+
}
|
| 930 |
+
|
| 931 |
+
.supertonic-2-container {
|
| 932 |
+
margin: 5rem auto 0;
|
| 933 |
border-radius: 12px;
|
| 934 |
box-shadow: none;
|
| 935 |
text-align: center;
|
|
|
|
| 954 |
opacity: 0.8;
|
| 955 |
}
|
| 956 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 957 |
.supertonic-2-container a {
|
| 958 |
text-decoration: none;
|
| 959 |
}
|