Instructions to use tensorspeech/tts-tacotron2-kss-ko with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TensorFlowTTS
How to use tensorspeech/tts-tacotron2-kss-ko with TensorFlowTTS:
from tensorflow_tts.inference import AutoProcessor, TFAutoModel processor = AutoProcessor.from_pretrained("tensorspeech/tts-tacotron2-kss-ko") model = TFAutoModel.from_pretrained("tensorspeech/tts-tacotron2-kss-ko") - Notebooks
- Google Colab
- Kaggle
Ctrl+K