3 lines
174 B
Python
3 lines
174 B
Python
from style_bert_vits2.text_processing.japanese.g2p import g2p # type: ignore
|
|
from style_bert_vits2.text_processing.japanese.normalizer import normalize_text # type: ignore
|