Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -581,7 +581,7 @@ with gr.Blocks(title=TITLE, css=css, theme=gr.themes.Soft(), fill_width=True) as
|
|
581 |
gr.Markdown("### ⚙️ Search Parameters")
|
582 |
site = gr.Dropdown(label="Select Source", choices=["Gelbooru", "None (will not work)"], value="Gelbooru")
|
583 |
OR_tags = gr.Textbox(label="OR Tags (comma-separated)", placeholder="e.g. solo, 1girl, 1boy, artist, character, ...")
|
584 |
-
AND_tags = gr.Textbox(label="AND Tags (comma-separated)", placeholder="e.g. black hair, cat ears,
|
585 |
exclude_tags = gr.Textbox(label="Exclude Tags (comma-separated)", placeholder="e.g. animated, watermark, username, ...")
|
586 |
score = gr.Number(label="Minimum Score", value=0)
|
587 |
count = gr.Slider(label="Number of Images", minimum=1, maximum=4, step=1, value=1) # Increase if necessary (not recommend)
|
|
|
581 |
gr.Markdown("### ⚙️ Search Parameters")
|
582 |
site = gr.Dropdown(label="Select Source", choices=["Gelbooru", "None (will not work)"], value="Gelbooru")
|
583 |
OR_tags = gr.Textbox(label="OR Tags (comma-separated)", placeholder="e.g. solo, 1girl, 1boy, artist, character, ...")
|
584 |
+
AND_tags = gr.Textbox(label="AND Tags (comma-separated)", placeholder="e.g. black hair, cat ears, holding, granblue fantasy, ...")
|
585 |
exclude_tags = gr.Textbox(label="Exclude Tags (comma-separated)", placeholder="e.g. animated, watermark, username, ...")
|
586 |
score = gr.Number(label="Minimum Score", value=0)
|
587 |
count = gr.Slider(label="Number of Images", minimum=1, maximum=4, step=1, value=1) # Increase if necessary (not recommend)
|