How to use gitgato/speech-ts with ESPnet:
from espnet2.bin.tts_inference import Text2Speech model = Text2Speech.from_pretrained("gitgato/speech-ts") speech, *_ = model("text to generate speech from")
The community tab is the place to discuss and collaborate with the HF community!