mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-06 22:50:00 +08:00
4 lines
105 B
Python
4 lines
105 B
Python
from . import cnhubert, whisper_enc
|
|
|
|
content_module_map = {"cnhubert": cnhubert, "whisper": whisper_enc}
|