Spaces:
Runtime error
Runtime error
feat: print
Browse files
GPT_SoVITS/inference_webui.py
CHANGED
@@ -100,7 +100,7 @@ version = model_version = os.environ.get("version", "v2")
|
|
100 |
|
101 |
|
102 |
SoVITS_names, GPT_names = get_weights_names()
|
103 |
-
|
104 |
path_sovits_v3 = pretrained_sovits_name["v3"]
|
105 |
path_sovits_v4 = pretrained_sovits_name["v4"]
|
106 |
is_exist_s2gv3 = os.path.exists(path_sovits_v3)
|
|
|
100 |
|
101 |
|
102 |
SoVITS_names, GPT_names = get_weights_names()
|
103 |
+
print(SoVITS_names, GPT_names)
|
104 |
path_sovits_v3 = pretrained_sovits_name["v3"]
|
105 |
path_sovits_v4 = pretrained_sovits_name["v4"]
|
106 |
is_exist_s2gv3 = os.path.exists(path_sovits_v3)
|