Ricecake123's picture
first commit
e79b770
raw
history blame contribute delete
No virus
114 Bytes
from . import cnhubert, whisper_enc
content_module_map = {
'cnhubert': cnhubert,
'whisper': whisper_enc
}