Instructions to use MBZUAI/speecht5_tts_clartts_ar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MBZUAI/speecht5_tts_clartts_ar with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="MBZUAI/speecht5_tts_clartts_ar")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("MBZUAI/speecht5_tts_clartts_ar") model = AutoModelForTextToSpectrogram.from_pretrained("MBZUAI/speecht5_tts_clartts_ar", device_map="auto") - Notebooks
- Google Colab
- Kaggle
license is correct? because of mgb2 data license does not allow non commercial by default.
#3
by radenmuazhuda - opened
can I confirm if the license mit is correct?
because of mgb2 data used to pretrain the model is not truly open source
http://www.mgb-challenge.org/MGB-2.html