mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-04-27 15:08:59 +08:00
fix save arg
This commit is contained in:
parent
6bf3a7f984
commit
180e7acd57
@ -7,7 +7,7 @@ from i18n.i18n import I18nAuto
|
|||||||
i18n = I18nAuto()
|
i18n = I18nAuto()
|
||||||
|
|
||||||
|
|
||||||
def savee(ckpt, sr, if_f0, name, epoch, version, hps, i18n):
|
def savee(ckpt, sr, if_f0, name, epoch, version, hps):
|
||||||
try:
|
try:
|
||||||
opt = OrderedDict()
|
opt = OrderedDict()
|
||||||
opt["weight"] = {}
|
opt["weight"] = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user