feat(新功能): pose transform 逻辑修改

fix(修复bug):
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zhouchengrong
2025-03-20 10:25:33 +08:00
parent 6f48626005
commit dab155d200
4 changed files with 18 additions and 5 deletions

View File

@@ -24,7 +24,8 @@ def pose_transform(request_item: PoseTransformModel, background_tasks: Backgroun
{
"tasks_id": "123-89",
"image_url": "aida-results/result_0000b606-1902-11ef-9424-0242ac180002.png",
"pose_id": "1"
"pose_id": "1",
"result_type" : "gif"
}
"""
try: