mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-07 19:40:44 +08:00
chore(format): run black on dev (#1)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
50d46982d2
commit
8dd06315ed
@@ -81,7 +81,9 @@ class Config:
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("--port", type=int, default=7865, help="Listen port")
|
||||
parser.add_argument("--pycmd", type=str, default=exe, help="Python command")
|
||||
parser.add_argument("--global_link", action="store_true", help="Generate a global proxy link")
|
||||
parser.add_argument(
|
||||
"--global_link", action="store_true", help="Generate a global proxy link"
|
||||
)
|
||||
parser.add_argument(
|
||||
"--noparallel", action="store_true", help="Disable parallel processing"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user