Update app.py
Browse files
app.py
CHANGED
@@ -23,18 +23,10 @@ blurry hands, disproportionate fingers"""
|
|
23 |
|
24 |
# Define the list of explicit keywords
|
25 |
EXPLICIT_KEYWORDS = [
|
26 |
-
"sexual", "
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"sperm", "semen", "naked", "bare", "lingerie", "thong", "striptease", "stripper",
|
31 |
-
"seductive", "sensual", "explicit", "lewd", "taboo", "NSFW", "bdsm", "dominatrix", "submission",
|
32 |
-
"intercourse", "penetration", "orgasm", "fuck", "fucking", "fuckers", "fucker", "slut", "whore",
|
33 |
-
"prostitute", "hooker", "escort", "camgirl", "camwhore", "sugar daddy", "sugar baby", "adult content",
|
34 |
-
"sexually explicit", "arousal", "lust", "depraved", "hardcore porn", "softcore", "erotic", "erotica",
|
35 |
-
"roleplay", "incest", "taboo", "voyeur", "exhibitionist", "peeping", "dildo", "sex toy", "vibrator",
|
36 |
-
"suicide", "self-harm", "depression", "kill myself", "worthless", "abuse", "violence", "rape",
|
37 |
-
"sexual violence", "molestation", "pedophilia", "child porn", "underage", "illegal content"
|
38 |
]
|
39 |
|
40 |
# Function to scan the entire prompt for explicit keywords
|
|
|
23 |
|
24 |
# Define the list of explicit keywords
|
25 |
EXPLICIT_KEYWORDS = [
|
26 |
+
"sexual", "boobs", "boob", "penis", "porn", "hentai", "fetish", "nude", "provocative", "obscene",
|
27 |
+
"vulgar", "intimate", "kinky", "hardcore", "threesome", "orgy", "masturbation", "genital",
|
28 |
+
"suicide", "self-harm", "depression", "kill myself", "worthless", "vagina", "intercourse",
|
29 |
+
"fuck", "fucking", "fuckers", "fucker"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
]
|
31 |
|
32 |
# Function to scan the entire prompt for explicit keywords
|