Skip to content

Commit 43c4f43

Browse files
authored
Add files via upload
1 parent 50d0f2f commit 43c4f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def event_handler(self):
377377
)
378378
if event == "start_vc" and self.flag_vc == False:
379379
if self.set_values(values) == True:
380-
logger.info("Use CUDA: %s", torch.cuda.is_available())
380+
logger.info("cuda_is_available: %s", torch.cuda.is_available())
381381
self.start_vc()
382382
settings = {
383383
"pth_path": values["pth_path"],

0 commit comments

Comments
 (0)