mythzhang8

Results 2 comments of mythzhang8

> ```python > import requests > import urllib.parse > > audio_directory = "./" > > def generate_audio(response, name, output_name): > global audio_directory > > # 切换模型 > gpt_model_path = r"E:\AI_tools\chat-sovits\GPT-SoVITS-0519\GPT-SoVITS-0310-liuyue\GPT_weights\mizuki-e15.ckpt"...