Instructions to use hervezossou/speecht5_tts_fonvox with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hervezossou/speecht5_tts_fonvox with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="hervezossou/speecht5_tts_fonvox")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("hervezossou/speecht5_tts_fonvox") model = AutoModelForTextToSpectrogram.from_pretrained("hervezossou/speecht5_tts_fonvox") - Notebooks
- Google Colab
- Kaggle