Refactor: moved common/subprocess_utils.py to style_bert_vits2/utils/subprocess.py

This commit is contained in:
tsukumi
2024-03-06 23:11:27 +00:00
parent ca4c03c67b
commit a52fda7a88
4 changed files with 58 additions and 35 deletions

View File

@@ -17,7 +17,7 @@ import yaml
from style_bert_vits2.constants import GRADIO_THEME, VERSION
from style_bert_vits2.logging import logger
from style_bert_vits2.utils.stdout_wrapper import SAFE_STDOUT
from common.subprocess_utils import run_script_with_log, second_elem_of
from style_bert_vits2.utils.subprocess import run_script_with_log, second_elem_of
logger_handler = None
tensorboard_executed = False