Artrajz's picture
- Update gpt_sovits
f7da8c2
Raw
History Blame Contribute Delete
114 Bytes
from . import cnhubert, whisper_enc
content_module_map = {
'cnhubert': cnhubert,
'whisper': whisper_enc
}