Instructions to use facebook/mms-tts-eng with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mms-tts-eng with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="facebook/mms-tts-eng")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("facebook/mms-tts-eng") model = AutoModelForMultimodalLM.from_pretrained("facebook/mms-tts-eng") - Notebooks
- Google Colab
- Kaggle
Transpose output for scipy writing
#7
by shivr - opened
No description provided.
I agree, stumbled on the same issue, there indeed has to be a transposition