Werli commited on
Commit
57baee5
·
verified ·
1 Parent(s): bc882ac

Update app.py

Browse files

Changed the **Source** from **Booru Image Fetcher** as the default decided to not work anymore.

Files changed (1) hide show
  1. app.py +1 -1
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="Gelbooru")
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)