Instructions to use Dubverse/MahaTTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dubverse/MahaTTS with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Dubverse/MahaTTS")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Dubverse/MahaTTS", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
indic 390d94d
jaskaran Singh commited on
clean 7ad668d
jaskaran Singh commited on
init 22a7887
jaskaran Singh commited on