mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-05-07 04:09:06 +08:00
chore(format): run black on dev (#2001)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
75e9d28506
commit
189eef5936
@ -207,5 +207,13 @@ def download_all_assets(tmpdir: str, version="0.2.2"):
|
|||||||
download_and_extract_tar_gz(RVCMD_URL, tmpdir)
|
download_and_extract_tar_gz(RVCMD_URL, tmpdir)
|
||||||
os.chmod(cmdfile, 0o755)
|
os.chmod(cmdfile, 0o755)
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
[cmdfile, "-notui", "-w", "0", "-dns", os.path.join(tmpdir, "dns.yaml"), "assets/all"]
|
[
|
||||||
|
cmdfile,
|
||||||
|
"-notui",
|
||||||
|
"-w",
|
||||||
|
"0",
|
||||||
|
"-dns",
|
||||||
|
os.path.join(tmpdir, "dns.yaml"),
|
||||||
|
"assets/all",
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user