chore: remove extra word in comment (#13826)

This commit is contained in:
box4wangjing
2026-05-11 12:05:09 +09:00
committed by GitHub
parent dabfe73dc0
commit f505cb4070
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ class BriaEditImageRequest(BaseModel):
None,
description="Mask image (black and white). Black areas will be preserved, white areas will be edited. "
"If omitted, the edit applies to the entire image. "
"The input image and the the input mask must be of the same size.",
"The input image and the input mask must be of the same size.",
)
negative_prompt: str | None = Field(None)
guidance_scale: float = Field(...)