Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
linxianzhong0128
/
Linly-Talker
like
5
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Linly-Talker
/
GPT_SoVITS
/
feature_extractor
/
__init__.py
linxianzhong0128
Upload folder using huggingface_hub
7088d16
verified
about 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
}