feat sketch 提取接口
fix
This commit is contained in:
7
app/schemas/image2sketch.py
Normal file
7
app/schemas/image2sketch.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class Image2SketchModel(BaseModel):
|
||||
image_url: str
|
||||
sketch_bucket: str
|
||||
sketch_name: str
|
||||
Reference in New Issue
Block a user