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

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-04-23 03:17:34 +09:00
committed by GitHub
parent 659f5d25b0
commit e5b43249a0
4 changed files with 35 additions and 19 deletions

View File

@@ -1,3 +1,3 @@
from infer.modules.onnx.export import export_onnx
export_onnx("pt/Justin Bieber.pth" ,"pt/TestRvc_Rvc.onnx")
export_onnx("pt/Justin Bieber.pth", "pt/TestRvc_Rvc.onnx")