Fix: import error

This commit is contained in:
tsukumi
2024-03-06 23:03:06 +00:00
parent 1936344c0c
commit ca4c03c67b
2 changed files with 4 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
import subprocess
import sys
from .log import logger
from .stdout_wrapper import SAFE_STDOUT
from style_bert_vits2.logging import logger
from style_bert_vits2.utils.stdout_wrapper import SAFE_STDOUT
python = sys.executable