Instructions to use facebook/mms-tts-cjo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mms-tts-cjo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="facebook/mms-tts-cjo")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("facebook/mms-tts-cjo") model = AutoModelForTextToWaveform.from_pretrained("facebook/mms-tts-cjo") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload model b5a9f7e
Upload model e361c5d
Upload tokenizer ad902f2
initial commit 53f0807
Sanchit Gandhi commited on