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

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()