thewh1teagle
latest
3046778
raw
history blame contribute delete
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):
...