Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,9 +33,9 @@ emo_dict = {
|
|
33 |
|
34 |
# static classes for now, but it would be best ot have the user select from multiple, and to enter their own
|
35 |
class_options = {
|
36 |
-
"racism": ["racism", "hate speech", "bigotry", "racially targeted", "
|
37 |
"LGBTQ+ hate": ["gay slur", "trans slur", "homophobic slur", "transphobia", "anti-LBGTQ+", "hate speech"],
|
38 |
-
"sexually explicit": ["sexually explicit", "sexually coercive", "sexual exploitation", "vulgar", "raunchy", "sexually demeaning", "sexual violence", "victim blaming"],
|
39 |
"misophonia": ["chewing", "breathing", "mouthsounds", "popping", "sneezing", "yawning", "smacking", "sniffling", "panting"]
|
40 |
}
|
41 |
|
|
|
33 |
|
34 |
# static classes for now, but it would be best ot have the user select from multiple, and to enter their own
|
35 |
class_options = {
|
36 |
+
"racism": ["racism", "hate speech", "bigotry", "racially targeted", "racial slur", "ethnic slur", "ethnic hate", "pro-white nationalism"],
|
37 |
"LGBTQ+ hate": ["gay slur", "trans slur", "homophobic slur", "transphobia", "anti-LBGTQ+", "hate speech"],
|
38 |
+
"sexually explicit": ["sexually explicit", "sexually coercive", "sexual exploitation", "vulgar", "raunchy", "sexist", "sexually demeaning", "sexual violence", "victim blaming"],
|
39 |
"misophonia": ["chewing", "breathing", "mouthsounds", "popping", "sneezing", "yawning", "smacking", "sniffling", "panting"]
|
40 |
}
|
41 |
|