mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2025-12-29 00:21:16 +01:00
optimize: 优化代码结构 (#66)
* update * 纠正了多余的内容 * update * Change the location of the comments (or revert) to improve readability. * revert * Update extract_locale.py * Update i18n.py * fix HK & SG --------- Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,7 @@ os.makedirs(os.path.join(now_dir, "weights"), exist_ok=True)
|
||||
os.environ["TEMP"] = tmp
|
||||
warnings.filterwarnings("ignore")
|
||||
torch.manual_seed(114514)
|
||||
from webui_locale import I18nAuto
|
||||
from i18n import I18nAuto
|
||||
|
||||
i18n = I18nAuto()
|
||||
# 判断是否有能用来训练和加速推理的N卡
|
||||
|
||||
Reference in New Issue
Block a user