调整测试代码

This commit is contained in:
2025-12-20 22:43:17 +08:00
parent 92aa5be1c1
commit 8fd02bbd3d
2 changed files with 22 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ def main():
if check_emoji(emoji_uuid):
try:
description = gen.process_single_image(str(image_path))
description = gen.process_local_image(str(image_path))
except AttributeError:
logger.warning("AI模型未响应请检查是否欠费")
break