Revert "Format code (#1154)" (#1156)

This reverts commit eefb7dbe1d.
This commit is contained in:
源文雨
2023-09-01 15:17:51 +08:00
committed by GitHub
parent eefb7dbe1d
commit 8d5a77dbe9
3 changed files with 4 additions and 12 deletions

View File

@@ -338,14 +338,5 @@ 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