Change zero_model to null_model, docs

This commit is contained in:
litagin02
2024-06-16 17:24:50 +09:00
parent 3472983050
commit 048d0b6c42
7 changed files with 45 additions and 32 deletions

View File

@@ -4,7 +4,7 @@ from style_bert_vits2.utils.strenum import StrEnum
# Style-Bert-VITS2 のバージョン
VERSION = "2.5.1"
VERSION = "2.6.0"
# Style-Bert-VITS2 のベースディレクトリ
BASE_DIR = Path(__file__).parent.parent