Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
kymlcode/GPT-SoVITS-v2
aiqcamp
/
Polaroid
like
45
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Polaroid
/
feature_extractor
/
__init__.py
lj1995
first_try
0744fc5
6 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
}