Instructions to use mio/Artoria with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use mio/Artoria with ESPnet:
from espnet2.bin.tts_inference import Text2Speech model = Text2Speech.from_pretrained("mio/Artoria") speech, *_ = model("text to generate speech from") - Notebooks
- Google Colab
- Kaggle
Is it possible to support English?
#4 opened almost 3 years ago
by
slavik004
Update README.md
#3 opened almost 3 years ago
by
Jakelongvn
A problem to set this model.
#2 opened almost 3 years ago
by
strongman2225
Suggestions on how to train a personal model using ESPnet
#1 opened over 3 years ago
by
Edu4000