Spaces:
Running
Running
Update app.py
Browse filesChanged the **Source** from **Booru Image Fetcher** as the default decided to not work anymore.
app.py
CHANGED
@@ -579,7 +579,7 @@ with gr.Blocks(title=TITLE, css=css, theme=gr.themes.Soft(), fill_width=True) as
|
|
579 |
with gr.Row():
|
580 |
with gr.Column():
|
581 |
gr.Markdown("### ⚙️ Search Parameters")
|
582 |
-
site = gr.Dropdown(label="Select Source", choices=["Gelbooru", "Rule34", "Xbooru"], value="
|
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)
|
|
|
579 |
with gr.Row():
|
580 |
with gr.Column():
|
581 |
gr.Markdown("### ⚙️ Search Parameters")
|
582 |
+
site = gr.Dropdown(label="Select Source", choices=["Gelbooru", "Rule34", "Xbooru"], value="Xbooru")
|
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)
|