Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
kevinwang676
/
GPT-SoVITS-v3
like
3
ONNX
Model card
Files
Files and versions
Community
main
GPT-SoVITS-v3
/
GPT_SoVITS
/
feature_extractor
/
__init__.py
kevinwang676
Upload folder using huggingface_hub
2c3577a
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
114 Bytes
from
.
import
cnhubert, whisper_enc
content_module_map = {
'cnhubert'
: cnhubert,
'whisper'
: whisper_enc
}