1
0
mirror of synced 2024-11-23 23:21:03 +01:00

Update rvc_for_realtime.py

This commit is contained in:
RVC-Boss 2023-10-09 21:21:35 +08:00 committed by GitHub
parent 03ccd53ffe
commit 392e5ac493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -373,7 +373,7 @@ class RVC:
else:
printt("Index search FAILED or disabled")
except:
traceback.printt_exc()
traceback.print_exc()
printt("Index search FAILED")
feats = F.interpolate(feats.permute(0, 2, 1), scale_factor=2).permute(0, 2, 1)
t3 = ttime()