mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-05-10 06:39:00 +08:00
* 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}
|