Format code (#304)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-05-18 13:18:02 +08:00 committed by GitHub
parent 6fb1f8c1b1
commit aadf7443c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,10 +1,13 @@
import torch, traceback, os, pdb,sys
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()