from pydantic import BaseModel
class Image2SketchModel(BaseModel):
image_url: str
default_style: str
sketch_bucket: str
sketch_name: str