Refactor and add merge

This commit is contained in:
litagin02
2023-12-31 14:55:04 +09:00
parent 62d360e777
commit ef4e82defc
34 changed files with 898 additions and 370 deletions

View File

@@ -7,8 +7,8 @@ from multiprocessing import cpu_count
import gradio as gr
import yaml
from tools.log import logger
from tools.subprocess_utils import run_script_with_log, second_elem_of
from common.log import logger
from common.subprocess_utils import run_script_with_log, second_elem_of
try:
import google.colab