diff --git a/change_app.py b/change_app.py index 48a0db2..5b7b6c1 100644 --- a/change_app.py +++ b/change_app.py @@ -282,7 +282,7 @@ def change(human_name, cloth_name, c_width, c_height, cloth_url, human_url, no2) return None, None, sex_girl, "cur gpu is busy, Shou not happen" print('开始换衣服') - with open(f'{APP_ROOT}/change_new.json', 'r', encoding='utf-8') as file: + with open(f'{APP_ROOT}/change_new_debug.json', 'r', encoding='utf-8') as file: prompt_text = file.read() prompt = json.loads(prompt_text)