mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-02-06 21:52:50 +08:00
Format code (#304)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
6fb1f8c1b1
commit
aadf7443c3
@ -1,10 +1,13 @@
|
||||
import torch, traceback, os, pdb, sys
|
||||
|
||||
now_dir = os.getcwd()
|
||||
sys.path.append(now_dir)
|
||||
from collections import OrderedDict
|
||||
from i18n import I18nAuto
|
||||
|
||||
i18n = I18nAuto()
|
||||
|
||||
|
||||
def savee(ckpt, sr, if_f0, name, epoch, version):
|
||||
try:
|
||||
opt = OrderedDict()
|
||||
|
Loading…
Reference in New Issue
Block a user