mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-06 03:57:44 +08:00
Update config.py
This commit is contained in:
parent
c912d75014
commit
bac65693c6
@ -1,8 +1,6 @@
|
|||||||
import platform
|
|
||||||
|
|
||||||
is_half=True
|
is_half=True
|
||||||
exp_root="logs"
|
exp_root="logs"
|
||||||
python_exec="runtime\python"if platform.system()=="Windows"else "python"
|
python_exec=sys.executable or "python"
|
||||||
infer_device="cuda"
|
infer_device="cuda"
|
||||||
|
|
||||||
webui_port_main=9874
|
webui_port_main=9874
|
||||||
|
Loading…
x
Reference in New Issue
Block a user