Instructions to use suhaibrashid17/MMS_TTS_Urdu_3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use suhaibrashid17/MMS_TTS_Urdu_3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="suhaibrashid17/MMS_TTS_Urdu_3")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("suhaibrashid17/MMS_TTS_Urdu_3") model = AutoModelForTextToWaveform.from_pretrained("suhaibrashid17/MMS_TTS_Urdu_3") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1 opened 4 months ago
by
zeeno73ml