Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
chengjingfeng/GPT-SoVITS-v2-Se-Pub
teststet
/
test4
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test4
/
feature_extractor
/
__init__.py
lj1995
first_try
0744fc5
over 1 year 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
}