Instructions to use Reyouf/speecht5_tts_Arabic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Reyouf/speecht5_tts_Arabic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="Reyouf/speecht5_tts_Arabic")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("Reyouf/speecht5_tts_Arabic") model = AutoModelForTextToSpectrogram.from_pretrained("Reyouf/speecht5_tts_Arabic") - Notebooks
- Google Colab
- Kaggle
Import Model
#2 opened over 1 year ago
by
Syams
Hakawati dataset
#1 opened almost 2 years ago
by
mush42