Skip to content

Commit 3b7f849

Browse files
committed
remove unused import in tools/inference_webui.py
1 parent b7f1f2a commit 3b7f849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/inference_webui.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from GPT_SoVITS.TTS_infer_pack.TTS_Wrapper import TTSEngine
66
from tools.webui.inference.layout import build_app
7-
from tools.webui.inference.utils import build_gradio_exception, list_root_directories, parse_args
7+
from tools.webui.inference.utils import build_gradio_exception, list_root_directories
88

99
logging.getLogger("markdown_it").setLevel(logging.ERROR)
1010
logging.getLogger("urllib3").setLevel(logging.ERROR)

0 commit comments

Comments
 (0)