Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Ailyth/Multi-voice-TTS-GPT-SoVITS
cuio
/
ad1
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ad1
/
feature_extractor
/
__init__.py
Ailyth
NEW-0216-050145
3c7a160
about 2 years 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
}