Upload config.py
Browse files- GPT-SoVITS/config.py +2 -2
GPT-SoVITS/config.py
CHANGED
@@ -6,7 +6,7 @@ import torch
|
|
6 |
sovits_path = ""
|
7 |
gpt_path = ""
|
8 |
is_half = eval(os.environ.get("is_half","True"))
|
9 |
-
is_share=
|
10 |
|
11 |
cnhubert_path = "GPT_SoVITS/pretrained_models/chinese-hubert-base"
|
12 |
bert_path = "GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large"
|
@@ -22,7 +22,7 @@ elif torch.backends.mps.is_available():
|
|
22 |
else:
|
23 |
infer_device = "cpu"
|
24 |
|
25 |
-
webui_port_main =
|
26 |
webui_port_uvr5 = 9873
|
27 |
webui_port_infer_tts = 9872
|
28 |
webui_port_subfix = 9871
|
|
|
6 |
sovits_path = ""
|
7 |
gpt_path = ""
|
8 |
is_half = eval(os.environ.get("is_half","True"))
|
9 |
+
is_share=True
|
10 |
|
11 |
cnhubert_path = "GPT_SoVITS/pretrained_models/chinese-hubert-base"
|
12 |
bert_path = "GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large"
|
|
|
22 |
else:
|
23 |
infer_device = "cpu"
|
24 |
|
25 |
+
webui_port_main = 6900
|
26 |
webui_port_uvr5 = 9873
|
27 |
webui_port_infer_tts = 9872
|
28 |
webui_port_subfix = 9871
|