Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
kevinwang676/GPT-SoVITS-v2
kevinwang676
/
GPT-SoVITS-v2-VC
like
4
Running
App
Files
Files
xet
Community
Fetching metadata from the HF Docker repository...
69cf514
GPT-SoVITS-v2-VC
/
GPT_SoVITS
/
feature_extractor
/
__init__.py
kevinwang676
Upload folder using huggingface_hub
69cf514
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
114 Bytes
from
.
import
cnhubert, whisper_enc
content_module_map = {
'cnhubert'
: cnhubert,
'whisper'
: whisper_enc
}