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

@@ -6,7 +6,7 @@ import yaml
from style_bert_vits2.constants import GRADIO_THEME
from style_bert_vits2.logging import logger
from common.subprocess_utils import run_script_with_log
from style_bert_vits2.utils.subprocess import run_script_with_log
# Get path settings
with open(os.path.join("configs", "paths.yml"), "r", encoding="utf-8") as f: