mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 19:41:56 +08:00
Update webui.py
This commit is contained in:
parent
1097ad886c
commit
14a285109a
@ -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])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user