Instructions to use facebook/mms-tts-orm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mms-tts-orm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="facebook/mms-tts-orm")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("facebook/mms-tts-orm") model = AutoModelForTextToWaveform.from_pretrained("facebook/mms-tts-orm") - Notebooks
- Google Colab
- Kaggle
Can I use this for a language learning app?
#1
by icnahom - opened
I was wondering if I could build an app using this model. Would a freemium based app subscription be okay? If not, how would one be able to cover the cost of running the model?
Honestly confused by the license, how would it help language revive if no one can build an app using it?