hritiksdlccorp's picture
Upload 153 files
1cc0836 verified
raw
history blame contribute delete
114 Bytes
from . import cnhubert, whisper_enc
content_module_map = {
'cnhubert': cnhubert,
'whisper': whisper_enc
}