Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lenML/ChatTTS-Forge
chenjacky131
/
ChatTTS-Forge
like
0
Sleeping
App
Files
Files
Community
bb4ceb3
ChatTTS-Forge
/
modules
/
utils
/
ignore_warn.py
zhzluke96
update
bed01bd
6 months ago
raw
Copy download link
history
blame
Safe
250 Bytes
import
warnings
def
ignore_useless_warnings
():
#
NOTE:
因为触发位置在 `vocos/heads.py:60` 改不动...所以忽略
warnings.filterwarnings(
"ignore"
, category=UserWarning, message=
"ComplexHalf support is experimental"
)