Instructions to use mohammadsp99/myfirstttsmodel-mms with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mohammadsp99/myfirstttsmodel-mms with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="mohammadsp99/myfirstttsmodel-mms")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("mohammadsp99/myfirstttsmodel-mms") model = AutoModelForTextToWaveform.from_pretrained("mohammadsp99/myfirstttsmodel-mms") - Notebooks
- Google Colab
- Kaggle
Ctrl+K