mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-08 03:55:47 +08:00
chore(format): run black on dev (#60)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d9a116f4f7
commit
9ee26d698a
@@ -23,7 +23,9 @@ class FCPE(F0Predictor):
|
|||||||
device,
|
device,
|
||||||
)
|
)
|
||||||
|
|
||||||
from torchfcpe import spawn_bundled_infer_model # must be imported at here, or it will cause fairseq crash on training
|
from torchfcpe import (
|
||||||
|
spawn_bundled_infer_model,
|
||||||
|
) # must be imported at here, or it will cause fairseq crash on training
|
||||||
|
|
||||||
self.model = spawn_bundled_infer_model(self.device)
|
self.model = spawn_bundled_infer_model(self.device)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user