sumandeng's picture
首次提交
30ca954
raw
history blame contribute delete
114 Bytes
from . import cnhubert, whisper_enc
content_module_map = {
'cnhubert': cnhubert,
'whisper': whisper_enc
}