Instructions to use Audio8/Audio8-TTS-Preview-0.6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Audio8/Audio8-TTS-Preview-0.6b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Audio8/Audio8-TTS-Preview-0.6b", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Audio8/Audio8-TTS-Preview-0.6b", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Demo for this model on Spaces
Hey @AutoArk-AI 🤗, it's me again, Poli from Hugging Face
You keep shipping 🚢 — congrats on AutoArk-AI/Audio8-TTS-Preview-0.6b! Once again, me + my agent built an interactive demo app of it on Hugging Face Spaces, running on a free ZeroGPU infrastructure.
Here's a link to the demo: https://huggingface.co/spaces/hugging-apps/audio8-tts-preview-demo
And you know the spiel, but it would be great to transfer it to your organization/user on Hugging Face. Just let me know which username/org to transfer over, we hope it can give your work more visibility, discoverability and allows folks to try it out.
In the future, feel free to already ship models with demos included. You can use this one as a blueprint to build by yourself or with the help of an agent — you can load the huggingface-spaces skill on Claude Code, Codex, Pi, etc.
(If you have any questions or just want to chat more about this, you can find me on Twitter, LinkedIn or apolinario @ huggingface.co)
Cheers,
Poli
Hi Poli,
Thank you so much! Really appreciate you (and your agent) putting together another demo for our model. It looks great, and we truly appreciate the support from the Hugging Face team.
Yes, we’d be happy to have it transferred to our Hugging Face organization:
Thanks again for helping make the model more accessible and discoverable. We really appreciate all the work you’ve been doing for the community.
Best,
The AutoArk-AI / Audio8 Team
Thank YOU for open sourcing! :)
Transferred to: https://huggingface.co/spaces/Audio8/audio8-tts-preview-demo
Free to post about, put the demo on the project page, reference it on repos, etc. if you wish
Also feel more than free to take ownership and make modifications as you see fit. For future releases from you, would be great if they already came with a demos! You can use this one as a blueprint to build by yourself or with the help of an agent, you can load the huggingface-spaces skill on Claude Code, Codex, Pi, etc.