From 678616c0edfde97b0c249bb75c4c4b1ef84de206 Mon Sep 17 00:00:00 2001 From: Erythrocyte3803 <2544390577@qq.com> Date: Thu, 18 Jan 2024 14:04:43 +0900 Subject: [PATCH] fixed i18n.i18n not found error --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index dbccba7..3dd1bfd 100644 --- a/webui.py +++ b/webui.py @@ -24,7 +24,7 @@ import gradio as gr from subprocess import Popen import signal from config import python_exec,infer_device,is_half,exp_root,webui_port_main,webui_port_infer_tts,webui_port_uvr5,webui_port_subfix -from i18n.i18n import I18nAuto +from tools.i18n.i18n import I18nAuto i18n = I18nAuto() from scipy.io import wavfile from tools.my_utils import load_audio