1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-06 01:30:24 +08:00

chore(format): run black on dev (#111)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-02-08 23:10:24 +08:00
committed by GitHub
parent ef9c8eb656
commit b88cc1e8fe
3 changed files with 4 additions and 1 deletions

View File

@@ -143,5 +143,6 @@ def preprocess_trainset(inp_root, sr, n_p, exp_dir, per):
if __name__ == "__main__":
from configs import Config
Config.use_insecure_load()
preprocess_trainset(inp_root, sr, n_p, exp_dir, per)