Format code (#1154)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-09-01 14:13:25 +08:00
committed by GitHub
parent 8ffdcb0128
commit eefb7dbe1d
3 changed files with 12 additions and 4 deletions

View File

@@ -338,5 +338,14 @@ class RVC:
.float()
)
t5 = ttime()
print("Spent time: fea =", t2 - t1, ", index =", t3 - t2, ", f0 =", t4 - t3, ", model =", t5 - t4)
print(
"Spent time: fea =",
t2 - t1,
", index =",
t3 - t2,
", f0 =",
t4 - t3,
", model =",
t5 - t4,
)
return infered_audio