We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f1f2a commit 3b7f849Copy full SHA for 3b7f849
tools/inference_webui.py
@@ -4,7 +4,7 @@
4
5
from GPT_SoVITS.TTS_infer_pack.TTS_Wrapper import TTSEngine
6
from tools.webui.inference.layout import build_app
7
-from tools.webui.inference.utils import build_gradio_exception, list_root_directories, parse_args
+from tools.webui.inference.utils import build_gradio_exception, list_root_directories
8
9
logging.getLogger("markdown_it").setLevel(logging.ERROR)
10
logging.getLogger("urllib3").setLevel(logging.ERROR)
0 commit comments