Fix: maintain compatibility with Python 3.9

This commit is contained in:
tsukumi
2024-03-08 06:14:50 +00:00
parent 4a3519c4b9
commit 8add1b4202
10 changed files with 52 additions and 46 deletions

View File

@@ -3,7 +3,7 @@ from pathlib import Path
# Style-Bert-VITS2 のバージョン
VERSION = "2.4"
LATEST_VERSION = "2.4"
# Style-Bert-VITS2 のベースディレクトリ
BASE_DIR = Path(__file__).parent.parent