feat(新功能): clothing seg
fix(修复bug): docs(文档变更): refactor(重构): test(增加测试):
This commit is contained in:
6
app/schemas/clothing_seg.py
Normal file
6
app/schemas/clothing_seg.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class ClothingSegModel(BaseModel):
|
||||
user_id: str
|
||||
image_data: list[dict]
|
||||
Reference in New Issue
Block a user