Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ emo_dict = {
|
|
35 |
# static classes for now, but it would be best ot have the user select from multiple, and to enter their own
|
36 |
class_options = {
|
37 |
"racism": ["racism", "hate speech", "bigotry", "racially targeted", "racial slur", "ethnic slur", "ethnic hate", "pro-white nationalism"],
|
38 |
-
"LGBTQ+ hate": ["gay slur", "trans slur", "homophobic slur", "transphobia", "anti-LBGTQ+"
|
39 |
"sexually explicit": ["sexually explicit", "sexually coercive", "sexual exploitation", "vulgar", "raunchy", "sexist", "sexually demeaning", "sexual violence", "victim blaming"],
|
40 |
"alcohol use": ["alcohol", "drinking", "drinks", "under the influence", "liquor", "beer", "wine"]
|
41 |
}
|
|
|
35 |
# static classes for now, but it would be best ot have the user select from multiple, and to enter their own
|
36 |
class_options = {
|
37 |
"racism": ["racism", "hate speech", "bigotry", "racially targeted", "racial slur", "ethnic slur", "ethnic hate", "pro-white nationalism"],
|
38 |
+
"LGBTQ+ hate": ["gay slur", "trans slur", "homophobic slur", "transphobia", "anti-LBGTQ+"],
|
39 |
"sexually explicit": ["sexually explicit", "sexually coercive", "sexual exploitation", "vulgar", "raunchy", "sexist", "sexually demeaning", "sexual violence", "victim blaming"],
|
40 |
"alcohol use": ["alcohol", "drinking", "drinks", "under the influence", "liquor", "beer", "wine"]
|
41 |
}
|