mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-06 01:30:24 +08:00
Apply Code Formatter Change
This commit is contained in:
committed by
github-actions[bot]
parent
b562b12cb9
commit
43d109e9c4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user