Fix typo in RVC.py

EXSISTING -> EXISTING
This commit is contained in:
Ikko Eltociear Ashimine 2023-05-22 15:22:03 +09:00 committed by GitHub
parent efc6e6d321
commit 451fc16693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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