Add files via upload

This commit is contained in:
RVC-Boss 2023-09-13 11:32:35 +08:00 committed by GitHub
parent 50d0f2fa1e
commit 43c4f43f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -377,7 +377,7 @@ if __name__ == "__main__":
) )
if event == "start_vc" and self.flag_vc == False: if event == "start_vc" and self.flag_vc == False:
if self.set_values(values) == True: if self.set_values(values) == True:
logger.info("Use CUDA: %s", torch.cuda.is_available()) logger.info("cuda_is_available: %s", torch.cuda.is_available())
self.start_vc() self.start_vc()
settings = { settings = {
"pth_path": values["pth_path"], "pth_path": values["pth_path"],