Skip to content

Commit 83ce9a9

Browse files
chore(format): run black on dev (#50)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e298fde commit 83ce9a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infer/lib/rtrvc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ def get_f0_crepe(self, x, f0_up_key):
294294
return self.get_f0(x, f0_up_key, 1, "fcpe")
295295
if hasattr(self, "model_crepe") == False:
296296
from rvc.f0 import CRePE
297+
297298
self.model_crepe = CRePE(
298299
160,
299300
self.f0_min,

0 commit comments

Comments
 (0)