Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def is_prompt_explicit(prompt):
|
|
30 |
explicit_keywords = [
|
31 |
"sexual","boobs","boob","penis","porn", "hentai", "fetish", "nude", "provocative", "obscene", "vulgar", "intimate", "kinky", "hardcore",
|
32 |
"threesome", "orgy", "masturbation", "genital", "suicide",
|
33 |
-
"self-harm", "depression", "kill myself", "worthless"
|
34 |
]
|
35 |
for keyword in explicit_keywords:
|
36 |
if keyword.lower() in prompt.lower():
|
|
|
30 |
explicit_keywords = [
|
31 |
"sexual","boobs","boob","penis","porn", "hentai", "fetish", "nude", "provocative", "obscene", "vulgar", "intimate", "kinky", "hardcore",
|
32 |
"threesome", "orgy", "masturbation", "genital", "suicide",
|
33 |
+
"self-harm", "depression", "kill myself", "worthless","vagina"
|
34 |
]
|
35 |
for keyword in explicit_keywords:
|
36 |
if keyword.lower() in prompt.lower():
|