Text-to-Audio
Transformers
PyTorch
TensorBoard
Safetensors
Arabic
speecht5
ara
Generated from Trainer
Instructions to use Ocelotr/speecht5_tts-sil with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ocelotr/speecht5_tts-sil with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="Ocelotr/speecht5_tts-sil")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("Ocelotr/speecht5_tts-sil") model = AutoModelForTextToSpectrogram.from_pretrained("Ocelotr/speecht5_tts-sil") - Notebooks
- Google Colab
- Kaggle
Rename README.md to README.mdhttps://videoexpress.ai/
#2
by elpop229922ashraf - opened
No description provided.