Duplicated from XzJosh/maimai-GPT-SoVITS
f643c3e
1
2
3
4
5
6
from . import cnhubert, whisper_enc content_module_map = { 'cnhubert': cnhubert, 'whisper': whisper_enc }