mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-01-04 14:05:04 +08:00
Format code (#310)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
080b7cdc31
commit
41d2d72f39
@ -72,11 +72,14 @@ def main():
|
||||
|
||||
children = []
|
||||
for i in range(n_gpus):
|
||||
subproc = mp.Process(target=run, args=(
|
||||
i,
|
||||
n_gpus,
|
||||
hps,
|
||||
))
|
||||
subproc = mp.Process(
|
||||
target=run,
|
||||
args=(
|
||||
i,
|
||||
n_gpus,
|
||||
hps,
|
||||
),
|
||||
)
|
||||
children.append(subproc)
|
||||
subproc.start()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user