vits / feature_extractor /__init__.py
xhlm123
Add application file
e4f4c65
raw
history blame contribute delete
No virus
114 Bytes
from . import cnhubert, whisper_enc
content_module_map = {
'cnhubert': cnhubert,
'whisper': whisper_enc
}