Support 2.1NoVQ Onnx and 2.2 NoVQ Onnx

This commit is contained in:
白叶 藤原
2023-12-16 13:25:03 +08:00
parent de73e01926
commit a717d72f49
8 changed files with 1631 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
from .text.symbols import symbols
from .models_onnx import SynthesizerTrn
__all__ = ["symbols", "SynthesizerTrn"]