Werli commited on
Commit
9e31c5a
·
verified ·
1 Parent(s): 265275a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -555,7 +555,7 @@ with gr.Blocks(title=TITLE, css=css, theme="Werli/Multi-Tagger", fill_width=True
555
  with gr.Tab(label="Tag Categorizer + Enhancer"):
556
  with gr.Row():
557
  with gr.Column(variant="panel"):
558
- input_tags = gr.Textbox(label="Input Tags (Danbooru comma-separated)", placeholder="1girl, cat, horns, blue hair, ...")
559
  submit_button = gr.Button(value="Submit", variant="primary", size="lg")
560
  with gr.Column(variant="panel"):
561
  categorized_string = gr.Textbox(label="Categorized (string)", show_label=True, show_copy_button=True, lines=8)
 
555
  with gr.Tab(label="Tag Categorizer + Enhancer"):
556
  with gr.Row():
557
  with gr.Column(variant="panel"):
558
+ input_tags = gr.Textbox(label="Input Tags (Danbooru comma-separated) - (Experimental)", placeholder="1girl, cat, horns, blue hair, ...")
559
  submit_button = gr.Button(value="Submit", variant="primary", size="lg")
560
  with gr.Column(variant="panel"):
561
  categorized_string = gr.Textbox(label="Categorized (string)", show_label=True, show_copy_button=True, lines=8)