Spaces:
Running
Running
File size: 210 Bytes
3046778 |
1 2 3 4 5 6 7 8 9 10 11 |
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):
...
|