fix: ui typo

This commit is contained in:
Bingsu
2023-10-09 17:33:08 +09:00
parent 297e88b255
commit d47983a151

View File

@@ -217,7 +217,7 @@ def detection(w: Widgets, n: int, is_img2img: bool):
)
w.ad_mask_k_largest = gr.Slider(
label="Mask only the top k largest (0 to disable)" + suffix(n),
minumum=0,
minimum=0,
maximum=10,
step=1,
value=0,