feat(新功能): pose transform 接口
fix(修复bug): docs(文档变更): refactor(重构): test(增加测试):
This commit is contained in:
7
app/schemas/pose_transform.py
Normal file
7
app/schemas/pose_transform.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class PoseTransformModel(BaseModel):
|
||||
image_url: str
|
||||
tasks_id: str
|
||||
pose_id: str
|
||||
Reference in New Issue
Block a user