Spaces:
Runtime error
Runtime error
Update constants.py
Browse filesadd mediums and subjects
- constants.py +67 -10
constants.py
CHANGED
@@ -12,27 +12,84 @@ MEDIUMS = [
|
|
12 |
"screenshot",
|
13 |
"canvas painting",
|
14 |
"watercolor art",
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
]
|
16 |
|
17 |
SUBJECTS = [
|
18 |
"dog",
|
19 |
"cat",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
"car",
|
|
|
|
|
|
|
|
|
|
|
21 |
"building",
|
22 |
"house",
|
|
|
|
|
|
|
|
|
23 |
"tree",
|
24 |
"flower",
|
25 |
"mountain",
|
26 |
"lake",
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"toy",
|
31 |
-
"horse",
|
32 |
-
"bird",
|
33 |
-
"soup",
|
34 |
-
"chicken",
|
35 |
-
"fish",
|
36 |
"fruit",
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
]
|
|
|
12 |
"screenshot",
|
13 |
"canvas painting",
|
14 |
"watercolor art",
|
15 |
+
"print",
|
16 |
+
"mosaic",
|
17 |
+
"sculpture",
|
18 |
+
"cartoon",
|
19 |
+
"comic art",
|
20 |
+
"anime",
|
21 |
]
|
22 |
|
23 |
SUBJECTS = [
|
24 |
"dog",
|
25 |
"cat",
|
26 |
+
"horse",
|
27 |
+
"cow",
|
28 |
+
"pig",
|
29 |
+
"sheep",
|
30 |
+
"lion",
|
31 |
+
"elephant",
|
32 |
+
"monkey",
|
33 |
+
"bird",
|
34 |
+
"chicken",
|
35 |
+
"eagle",
|
36 |
+
"parrot",
|
37 |
+
"penguin",
|
38 |
+
"fish",
|
39 |
+
"shark",
|
40 |
+
"dolphin",
|
41 |
+
"whale",
|
42 |
+
"octopus",
|
43 |
+
"bee",
|
44 |
+
"butterfly",
|
45 |
+
"ant",
|
46 |
+
"ladybug",
|
47 |
+
"person",
|
48 |
+
"man",
|
49 |
+
"woman",
|
50 |
+
"child",
|
51 |
+
"baby",
|
52 |
+
"boy",
|
53 |
+
"girl",
|
54 |
"car",
|
55 |
+
"boat",
|
56 |
+
"airplane",
|
57 |
+
"bicycle",
|
58 |
+
"motorcycle",
|
59 |
+
"train",
|
60 |
"building",
|
61 |
"house",
|
62 |
+
"bridge",
|
63 |
+
"castle",
|
64 |
+
"temple",
|
65 |
+
"monument",
|
66 |
"tree",
|
67 |
"flower",
|
68 |
"mountain",
|
69 |
"lake",
|
70 |
+
"river",
|
71 |
+
"ocean",
|
72 |
+
"beach",
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
"fruit",
|
74 |
+
"vegetable",
|
75 |
+
"meat",
|
76 |
+
"bread",
|
77 |
+
"cake",
|
78 |
+
"soup",
|
79 |
+
"coffee",
|
80 |
+
"toy",
|
81 |
+
"book",
|
82 |
+
"phone",
|
83 |
+
"computer",
|
84 |
+
"TV",
|
85 |
+
"camera",
|
86 |
+
"musical instrument",
|
87 |
+
"furniture",
|
88 |
+
"road",
|
89 |
+
"park",
|
90 |
+
"garden",
|
91 |
+
"forest",
|
92 |
+
"city",
|
93 |
+
"sunset",
|
94 |
+
"clouds",
|
95 |
]
|