thewh1teagle
latest
49b6783
raw
history blame
210 Bytes
from piper_onnx import Piper
from phonikud import phonemize
from phonikud_onnx import Phonikud
class StyleTTS2:
def __init__(self):
...
def create(text: str, is_phonemes = False):
...