SupportVer230OnnxExport

This commit is contained in:
白叶 藤原
2023-12-19 23:37:12 +08:00
parent 67751fe874
commit c73778aa4a
8 changed files with 1647 additions and 10 deletions

View File

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