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