Instructions to use ai4bharat/vits_rasa_13 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ai4bharat/vits_rasa_13 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="ai4bharat/vits_rasa_13", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ai4bharat/vits_rasa_13", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Hindi language availability ?
#3
by mathsx0 - opened
Is there any pretrained_model available for Hindi language available?
in VITS_rasa . Other languages are giving excellent results.
use MAR_F (Marathi) speaker id for hindi, it's giving good results for hindi TTS, check it out.