Instructions to use thoth-AI/testing-TTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thoth-AI/testing-TTS with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="thoth-AI/testing-TTS")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("thoth-AI/testing-TTS") model = AutoModelForTextToSpectrogram.from_pretrained("thoth-AI/testing-TTS", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c64291b22b464f4fa6c62578dded96395cb7d16ed1e43c39880437eefcada4b1
- Size of remote file:
- 4.09 kB
- SHA256:
- 87cd04cb3ecec9978b2e42ad49d593671f43c1a10fd8b7513530f374bd345687
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.