feat generate slogan | to product image | slogan 接口部署

This commit is contained in:
zhouchengrong
2024-05-30 15:01:39 +08:00
parent 1f47d94431
commit 401b76bd95
11 changed files with 280 additions and 174 deletions

7
app/schemas/slogan.py Normal file
View File

@@ -0,0 +1,7 @@
from pydantic import BaseModel
class SloganModel(BaseModel):
prompt: str
svg: str
tasks_id: str