mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-12-21 22:19:54 +01: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