mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-10 04:50:26 +08:00
chore(format): run black on dev (#50)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e298fde29c
commit
83ce9a9903
@@ -294,6 +294,7 @@ class RVC:
|
|||||||
return self.get_f0(x, f0_up_key, 1, "fcpe")
|
return self.get_f0(x, f0_up_key, 1, "fcpe")
|
||||||
if hasattr(self, "model_crepe") == False:
|
if hasattr(self, "model_crepe") == False:
|
||||||
from rvc.f0 import CRePE
|
from rvc.f0 import CRePE
|
||||||
|
|
||||||
self.model_crepe = CRePE(
|
self.model_crepe = CRePE(
|
||||||
160,
|
160,
|
||||||
self.f0_min,
|
self.f0_min,
|
||||||
|
|||||||
Reference in New Issue
Block a user