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
A problem to set this model.
#2
by strongman2225 - opened
raise EnvironmentError(
OSError: mio/Artoria does not appear to have a file named config.json. Checkout 'https://huggingface.co/mio/Artoria/main' for available files.
これどうやったらいいですか?
what should I do now?
plz.