From 451fc166933cabaacaf4018a21901bdc49a6ea7e Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 22 May 2023 15:22:03 +0900 Subject: [PATCH] Fix typo in RVC.py EXSISTING -> EXISTING --- server/voice_changer/RVC/RVC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/voice_changer/RVC/RVC.py b/server/voice_changer/RVC/RVC.py index 1eb6cd0a..9e2f9020 100644 --- a/server/voice_changer/RVC/RVC.py +++ b/server/voice_changer/RVC/RVC.py @@ -198,7 +198,7 @@ class RVC: # half-precisionの使用可否が変わるときは作り直し if self.pipeline is not None and self.pipeline.isHalf == half: print( - "USE EXSISTING PIPELINE", + "USE EXISTING PIPELINE", half, ) self.pipeline.setDevice(dev)