mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-01-31 02:32:51 +08:00
Add files via upload
This commit is contained in:
parent
50d0f2fa1e
commit
43c4f43f44
@ -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"],
|
||||||
|
Loading…
Reference in New Issue
Block a user