Instructions to use voidful/mhubert-unit-tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use voidful/mhubert-unit-tts with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("voidful/mhubert-unit-tts") model = AutoModelForSeq2SeqLM.from_pretrained("voidful/mhubert-unit-tts", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
58a480e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ef4af2463c92a7a5237ce7c7b9fc4dc996af0ce5ab66068a3c2bb0ab4830a7c8
size 769045473
|