mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-12-23 06:59:40 +01:00
Format code (#1154)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8ffdcb0128
commit
eefb7dbe1d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user