Format code (#1024)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-08-21 16:29:27 +08:00
committed by GitHub
parent df8c7bb50c
commit 2789b8e8f4
3 changed files with 49 additions and 24 deletions

View File

@@ -239,7 +239,10 @@ def vc_single(
times[0],
times[1],
times[2],
), (resample_sr if resample_sr >= 16000 and tgt_sr != resample_sr else tgt_sr, audio_opt)
), (
resample_sr if resample_sr >= 16000 and tgt_sr != resample_sr else tgt_sr,
audio_opt,
)
except:
info = traceback.format_exc()
print(info)