Update config.py

This commit is contained in:
謬紗特 2024-01-19 14:25:15 +08:00 committed by GitHub
parent a62e411850
commit 29261695ec

View File

@ -1,4 +1,5 @@
import sys import sys
is_half = True is_half = True
exp_root = "logs" exp_root = "logs"
python_exec = sys.executable or "python" python_exec = sys.executable or "python"
@ -8,3 +9,5 @@ webui_port_main=9874
webui_port_uvr5 = 9873 webui_port_uvr5 = 9873
webui_port_infer_tts = 9872 webui_port_infer_tts = 9872
webui_port_subfix = 9871 webui_port_subfix = 9871
api_port = 9880