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

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-04-21 02:01:51 +09:00
committed by GitHub
parent 229fe68818
commit 55f9b3262c
2 changed files with 16 additions and 6 deletions

View File

@@ -55,6 +55,7 @@ vc = VC(config)
if not config.nocheck:
from infer.lib.rvcmd import check_all_assets, download_all_assets
if not check_all_assets():
download_all_assets(tmpdir=tmp)
if not check_all_assets():