Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fishaudio
/
s1-mini
like
698
Runtime error
App
Files
Files
Community
27
Fetching metadata from the HF Docker repository...
refs/pr/21
s1-mini
/
fish_speech
/
text
/
__init__.py
PoTaTo721
Update to V1.5
b2eb230
over 1 year ago
raw
Copy download link
history
blame
106 Bytes
from
.clean
import
clean_text
from
.spliter
import
split_text
__all__ = [
"clean_text"
,
"split_text"
]