Skip to content

Commit

Permalink
Merge pull request #140 from invoke-ai/fix-image-caption-example-bug
Browse files Browse the repository at this point in the history
Fix pydantic `ValidationError` while creating dataset via the UI.
  • Loading branch information
RyanJDick committed Jun 5, 2024
2 parents 36e0ac7 + b7775fd commit 734a442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class ImageCaptionExample(BaseModel):
image_path: str
mask_path: str | None
mask_path: str | None = None
caption: str


Expand Down

0 comments on commit 734a442

Please sign in to comment.