Update webui.py

This commit is contained in:
RVC-Boss 2024-02-07 11:52:52 +08:00 committed by GitHub
parent 1097ad886c
commit 14a285109a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ for name in os.listdir(weight_uvr5_root):
uvr5_names.append(name.replace(".pth", ""))
device=sys.argv[1]
is_half=sys.argv[2]
is_half=eval(sys.argv[2])
webui_port_uvr5=int(sys.argv[3])
is_share=eval(sys.argv[4])