design brand dna 部署

This commit is contained in:
zhouchengrong
2024-12-20 09:48:10 +08:00
parent be16c95faa
commit 89bd88ffee
3 changed files with 375 additions and 0 deletions

6
app/schemas/brand_dna.py Normal file
View File

@@ -0,0 +1,6 @@
from pydantic import BaseModel
class BrandDnaModel(BaseModel):
image_url: str
is_brand_dna: bool