* ruff check --fix * ruff format --line-length 120 --target-version py39 * Change the link for G2PW Model * update pytorch version and colab
4 lines
105 B
Python
4 lines
105 B
Python
from . import cnhubert, whisper_enc
|
|
|
|
content_module_map = {"cnhubert": cnhubert, "whisper": whisper_enc}
|