bc3753a
1
2
3
4
5
6
from . import cnhubert, whisper_enc content_module_map = { 'cnhubert': cnhubert, 'whisper': whisper_enc }