Duplicated from kymlcode/GPT-SoVITS-v2
0744fc5
1
2
3
4
5
6
from . import cnhubert, whisper_enc content_module_map = { 'cnhubert': cnhubert, 'whisper': whisper_enc }