Merge branch 'SengokuCola:main-fix' into main-fix

This commit is contained in:
DrSmoothl
2025-03-17 12:37:12 +08:00
committed by GitHub
47 changed files with 1533 additions and 253 deletions

View File

@@ -2,12 +2,13 @@ import gradio as gr
import os
import sys
import toml
from loguru import logger
from src.common.logger import get_module_logger
import shutil
import ast
import json
from packaging import version
logger = get_module_logger("webui")
is_share = False
debug = True