From 3012dc9ef2dd2db48ec18bfa5d85605db7a9391e Mon Sep 17 00:00:00 2001 From: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com> Date: Sun, 18 Dec 2022 22:44:30 +0900 Subject: [PATCH] Update main.py --- scripts/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.py b/scripts/main.py index d01d2cc..b21ddfc 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -617,7 +617,7 @@ def on_ui_tabs(): rb_sr_replace_target = gr.Radio(['Only Selected Tags', 'Each Tags', 'Entire Caption'], value=cfg_batch_edit.target, label='Search and Replace in', interactive=True) tb_sr_selected_tags = gr.Textbox(label='Selected Tags', interactive=False, lines=2) btn_apply_sr_tags = gr.Button(value='Search and Replace', variant='primary') - with gr.Tab(label='Delete'): + with gr.Tab(label='Remove'): with gr.Column(variant='panel'): gr.HTML('Remove duplicate tags from the images displayed.') btn_remove_duplicate = gr.Button(value='Remove duplicate tags', variant='primary')