mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-30 11:11:21 +00:00
fix: ui typo
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user