Fix: backported StrEnum from Python 3.11

This commit is contained in:
tsukumi
2024-03-08 11:59:14 +00:00
parent c915215ad2
commit 8fad591ac0
2 changed files with 38 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
from enum import StrEnum
from pathlib import Path
from style_bert_vits2.utils.strenum import StrEnum
# Style-Bert-VITS2 のバージョン
LATEST_VERSION = "2.4"