Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
joytou
/
my-speech
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
my-speech
/
fish_speech
/
text
/
__init__.py
joytou
init project
882ea5e
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
102 Bytes
from
.clean
import
clean_text
from
.spliter
import
split_text
__all__ = [
"clean_text"
,
"split_text"
]