mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 19:41:56 +08:00
change i18n folder
This commit is contained in:
parent
e71eb24b28
commit
9031ac9a92
@ -4,7 +4,7 @@ import traceback
|
|||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
from i18n.i18n import I18nAuto
|
from tools.i18n.i18n import I18nAuto
|
||||||
i18n = I18nAuto()
|
i18n = I18nAuto()
|
||||||
def savee(ckpt, name, epoch, steps, hps):
|
def savee(ckpt, name, epoch, steps, hps):
|
||||||
try:
|
try:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import os
|
import os
|
||||||
import traceback,gradio as gr
|
import traceback,gradio as gr
|
||||||
import logging
|
import logging
|
||||||
from i18n.i18n import I18nAuto
|
from tools.i18n.i18n import I18nAuto
|
||||||
i18n = I18nAuto()
|
i18n = I18nAuto()
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
2
webui.py
2
webui.py
@ -37,7 +37,7 @@ from config import (
|
|||||||
webui_port_uvr5,
|
webui_port_uvr5,
|
||||||
webui_port_subfix,
|
webui_port_subfix,
|
||||||
)
|
)
|
||||||
from i18n.i18n import I18nAuto
|
from tools.i18n.i18n import I18nAuto
|
||||||
|
|
||||||
i18n = I18nAuto()
|
i18n = I18nAuto()
|
||||||
from multiprocessing import cpu_count
|
from multiprocessing import cpu_count
|
||||||
|
Loading…
x
Reference in New Issue
Block a user