Duplicated fromΒ Ailyth/Multi-voice-TTS-GPT-SoVITS
3c7a160
1
2
3
4
5
6
from . import cnhubert, whisper_enc content_module_map = { 'cnhubert': cnhubert, 'whisper': whisper_enc }