From 2b079fc3f124468d91c6a4ffa37608a488b500cb Mon Sep 17 00:00:00 2001 From: samiabat Date: Wed, 9 Jul 2025 02:25:44 +0300 Subject: [PATCH] add edit option --- GPT_SoVITS/inference_webui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/GPT_SoVITS/inference_webui.py b/GPT_SoVITS/inference_webui.py index d62a6764..f324507a 100644 --- a/GPT_SoVITS/inference_webui.py +++ b/GPT_SoVITS/inference_webui.py @@ -308,6 +308,7 @@ try:next(change_sovits_weights(sovits_path)) except:pass def change_gpt_weights(gpt_path): + print(f"the gpt model is updated! and the path is {gpt_path}") global hz, max_sec, t2s_model, config hz = 50 dict_s1 = torch.load(gpt_path, map_location="cpu")