redstonehero commited on
Commit
d4aa2c1
·
verified ·
1 Parent(s): a43a2a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def find_character_tag(selected_franchises, selected_hair):
87
  chosen_franchise = random.choice(selected_franchises)
88
  tag_modifier = f"({chosen_franchise}"
89
 
90
- search_tags = f"1girl solo -alternate_hair_color -animated -*cosplay* *{tag_modifier}* score:>10 sort:random"
91
  if selected_hair != "Any":
92
  search_tags += f" {selected_hair}"
93
 
 
87
  chosen_franchise = random.choice(selected_franchises)
88
  tag_modifier = f"({chosen_franchise}"
89
 
90
+ search_tags = f"1girl solo -alternate_hair_color -animated -1boy -*cosplay* *{tag_modifier}* score:>10 sort:random"
91
  if selected_hair != "Any":
92
  search_tags += f" {selected_hair}"
93