FIX: Typo

This commit is contained in:
Art Gourieff 2024-04-07 01:16:00 +07:00
parent ae57149962
commit 8651bc2639

View File

@ -39,7 +39,7 @@ def show():
value="Mean", value="Mean",
label="Compute Method", label="Compute Method",
type="index", type="index",
info="Mean (recommended) - Average value (best result 👍); Median* - Mid-point value (may be funny 😅); Mode - Most common value (may be scary 😨); *Mean and Median will be simillar if you load two images" info="Mean (recommended) - Average value (best result 👍); Median* - Mid-point value (may be funny 😅); Mode - Most common value (may be scary 😨); *Mean and Median will be similar if you load two images"
) )
shape_check = gr.Checkbox( shape_check = gr.Checkbox(
False, False,