From 6abc712c0a49456edf6d70c96b86529acaa2ce68 Mon Sep 17 00:00:00 2001 From: mattyamonaca Date: Mon, 24 Apr 2023 23:43:04 +0900 Subject: [PATCH] fix missspel #17 --- scripts/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/main.py b/scripts/main.py index f951135..918dfac 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -51,8 +51,8 @@ def on_ui_tabs(): with gr.Column(): input_image = gr.Image(type="pil") with gr.Accordion("Mask Setting", open=True): - with gr.Accordion("Segment Anithing & CLIP", open=True): - with gr.Accordion("Segment Anithing & CLIP", open=True): + with gr.Accordion("Segment Anything & CLIP", open=True): + with gr.Accordion("Segment Anything & CLIP", open=True): sa_enabled = gr.Checkbox(label="enabled", show_label=True) model_name = gr.Dropdown(label="Model", elem_id="sam_model", choices=model_list, value=model_list[0] if len(model_list) > 0 else None)