Instructions to use facebook/mms-tts-hin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mms-tts-hin with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="facebook/mms-tts-hin")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("facebook/mms-tts-hin") model = AutoModelForTextToWaveform.from_pretrained("facebook/mms-tts-hin") - Notebooks
- Google Colab
- Kaggle
select a voice
#7 opened over 1 year ago
by
Nikhil666
Saving the Audio Files
#6 opened over 1 year ago
by
TalhaNisarMughal
It should support English words
1
#4 opened about 2 years ago
by
4-alokk
can know how come model size was too less ?
3
#3 opened about 2 years ago
by
saichand09
It is unable to parse the language if written in english but the words are hindi
👍 1
#2 opened over 2 years ago
by
HiteshKapoor