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