v2s / fish_speech /text /__init__.py
jlking's picture
Upload folder using huggingface_hub
7375975 verified
raw
history blame contribute delete
102 Bytes
from .clean import clean_text
from .spliter import split_text
__all__ = ["clean_text", "split_text"]