Skip to content

Commit

Permalink
Merge pull request RVC-Boss#50 from AI-Hobbyist/main
Browse files Browse the repository at this point in the history
fixed i18n.i18n not found error
  • Loading branch information
RVC-Boss authored Jan 18, 2024
2 parents 515cf3d + 678616c commit 08d67d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
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
Expand Down

0 comments on commit 08d67d4

Please sign in to comment.