Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
kevinwang676
/
GPT-SoVITS-v4-new
like
0
ONNX
Model card
Files
Files and versions
Community
main
GPT-SoVITS-v4-new
/
GPT_SoVITS
/
feature_extractor
/
__init__.py
kevinwang676
Add files using upload-large-folder tool
2115f08
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
105 Bytes
from
.
import
cnhubert, whisper_enc
content_module_map = {
"cnhubert"
: cnhubert,
"whisper"
: whisper_enc}