Instructions to use myshell-ai/MeloTTS-Spanish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use myshell-ai/MeloTTS-Spanish with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="myshell-ai/MeloTTS-Spanish")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("myshell-ai/MeloTTS-Spanish", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Styles create for spanish
#2
by alopezmor - opened
Could you explain how I can create or define stylistic guidelines for a Spanish language model? Additionally, how can I contribute to the development or improvement of these models?
Thank you
Quite interested in this too. Also, in being able to switch voices via embeddings. Would this be possible too?