Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -583,7 +583,7 @@ with gr.Blocks(title=TITLE, css=css, theme=gr.themes.Soft(), fill_width=True) as
|
|
| 583 |
Tags = gr.Textbox(label="Tags (comma-separated)", placeholder="e.g. solo, 1girl, 1boy, artist name, character, black hair, granblue fantasy, ...")
|
| 584 |
exclude_tags = gr.Textbox(label="Exclude Tags (comma-separated)", placeholder="e.g. animated, watermark, username, ...")
|
| 585 |
score = gr.Number(label="Minimum Score", value=0)
|
| 586 |
-
count = gr.Slider(label="Number of Images", minimum=1, maximum=
|
| 587 |
Safe = gr.Checkbox(label="Include Safe", value=True)
|
| 588 |
Questionable = gr.Checkbox(label="Include Questionable", value=True)
|
| 589 |
Explicit = gr.Checkbox(label="Include Explicit", value=False)
|
|
|
|
| 583 |
Tags = gr.Textbox(label="Tags (comma-separated)", placeholder="e.g. solo, 1girl, 1boy, artist name, character, black hair, granblue fantasy, ...")
|
| 584 |
exclude_tags = gr.Textbox(label="Exclude Tags (comma-separated)", placeholder="e.g. animated, watermark, username, ...")
|
| 585 |
score = gr.Number(label="Minimum Score", value=0)
|
| 586 |
+
count = gr.Slider(label="Number of Images", minimum=1, maximum=20, step=1, value=1)
|
| 587 |
Safe = gr.Checkbox(label="Include Safe", value=True)
|
| 588 |
Questionable = gr.Checkbox(label="Include Questionable", value=True)
|
| 589 |
Explicit = gr.Checkbox(label="Include Explicit", value=False)
|