From 8651bc263902fceb991dd838505973ff8d779102 Mon Sep 17 00:00:00 2001 From: Art Gourieff <85128026+Gourieff@users.noreply.github.com> Date: Sun, 7 Apr 2024 01:16:00 +0700 Subject: [PATCH] FIX: Typo --- reactor_ui/reactor_tools_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactor_ui/reactor_tools_ui.py b/reactor_ui/reactor_tools_ui.py index a131ac8..75f0324 100644 --- a/reactor_ui/reactor_tools_ui.py +++ b/reactor_ui/reactor_tools_ui.py @@ -39,7 +39,7 @@ def show(): value="Mean", label="Compute Method", 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( False,