Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|