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")