nsfwalex commited on
Commit
62d8216
1 Parent(s): 688c848

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,9 +31,9 @@ ENABLE_CPU_OFFLOAD = os.getenv("ENABLE_CPU_OFFLOAD", "0") == "1"
31
  NUM_IMAGES_PER_PROMPT = 1
32
  # Define the regular expression
33
  child_related_regex = re.compile(
34
- r'(child|children|kid|kids|baby|babies|toddler|infant|juvenile|minor|underage|preteen|adolescent|youngster|youth|kindergarten|preschool|'
35
  r'([1-9]|1[0-7])\s*year(s)?\s*old|' # Matches 1 to 17 years old
36
- r'little|small|tiny|short|new\s*born\s*(boy|girl|bro|brother|sis|sister))',
37
  re.IGNORECASE
38
  )
39
 
 
31
  NUM_IMAGES_PER_PROMPT = 1
32
  # Define the regular expression
33
  child_related_regex = re.compile(
34
+ r'(child|children|kid|kids|baby|shota|loli|lolicon|babies|toddler|infant|juvenile|minor|underage|preteen|adolescent|youngster|youth|kindergarten|preschool|'
35
  r'([1-9]|1[0-7])\s*year(s)?\s*old|' # Matches 1 to 17 years old
36
+ r'little|small|tiny|short|new\s*born\s*(boy|girl|bro|brother|sis|sister|shota|loli|lolita))'
37
  re.IGNORECASE
38
  )
39