Spaces:
Running
Running
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): | |
... | |