Spaces:
Running
on
Zero
Running
on
Zero
Update tags.py
Browse files
tags.py
CHANGED
|
@@ -1,19 +1,40 @@
|
|
| 1 |
# tags.py
|
| 2 |
|
| 3 |
-
# First set of tags
|
| 4 |
tag_options_1 = {
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
"Noir": "noir",
|
| 10 |
}
|
| 11 |
|
| 12 |
-
# Second set of tags
|
| 13 |
tag_options_2 = {
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
"Photorealistic": "photorealistic",
|
| 18 |
-
"Abstract": "abstract",
|
| 19 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# tags.py
|
| 2 |
|
|
|
|
| 3 |
tag_options_1 = {
|
| 4 |
+
"Solo": "solo",
|
| 5 |
+
"Couple": "gay_couple",
|
| 6 |
+
"Threesome": "gay_threesome",
|
| 7 |
+
"Group": "gay_group",
|
| 8 |
"Noir": "noir",
|
| 9 |
}
|
| 10 |
|
|
|
|
| 11 |
tag_options_2 = {
|
| 12 |
+
"Pale": "pale_skin",
|
| 13 |
+
"Tanned": "tanned_skin",
|
| 14 |
+
"Dark": "dark_skin",
|
|
|
|
|
|
|
| 15 |
}
|
| 16 |
+
|
| 17 |
+
tag_options_3 = {
|
| 18 |
+
"Skinny": "(skinny)",
|
| 19 |
+
"Athletic": "lean",
|
| 20 |
+
"Stocky": "stocky",
|
| 21 |
+
"Chubby": "chubby",
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
tag_options_4 = {
|
| 25 |
+
"Femboy": "femboy",
|
| 26 |
+
"Emo": "emo",
|
| 27 |
+
"Twink": "",
|
| 28 |
+
"Geek": "",
|
| 29 |
+
"Frat Boy": "",
|
| 30 |
+
"Gym Bro": "",
|
| 31 |
+
"Punk": "",
|
| 32 |
+
"Skater": "",
|
| 33 |
+
"Academia": "",
|
| 34 |
+
"Cyber Punk": "",
|
| 35 |
+
"Ganguro": "",
|
| 36 |
+
"Gopnik": "",
|
| 37 |
+
"Graver": "",
|
| 38 |
+
"Greaser": "",
|
| 39 |
+
"Grunge": "",
|
| 40 |
+
}
|