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