From bac65693c65bc6f936b4c1ef3cc5526d794184fe Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:17:34 +0800 Subject: [PATCH] Update config.py --- config.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config.py b/config.py index 2333646..3ca2d1d 100644 --- a/config.py +++ b/config.py @@ -1,11 +1,9 @@ -import platform - is_half=True exp_root="logs" -python_exec="runtime\python"if platform.system()=="Windows"else "python" +python_exec=sys.executable or "python" infer_device="cuda" webui_port_main=9874 webui_port_uvr5=9873 webui_port_infer_tts=9872 -webui_port_subfix=9871 \ No newline at end of file +webui_port_subfix=9871