Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Eempostor
/
GPT-SoVITS-No-WebUI-Inference-Colab
like
0
Model card
Files
Files and versions
Community
main
GPT-SoVITS-No-WebUI-Inference-Colab
/
GPT_SoVITS
/
feature_extractor
/
__init__.py
Eempostor
Upload folder using huggingface_hub
4713f4c
verified
11 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
}