ura23 commited on
Commit
242b9de
·
verified ·
1 Parent(s): 9b6cc5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -179,7 +179,10 @@ def main():
179
  "light_censor",
180
  "mosaic_censoring"],
181
 
182
- predefined_tags2 = ["loli, small breasts:guguguguggugugug"]
 
 
 
183
 
184
  with gr.Blocks(title=TITLE) as demo:
185
  gr.Markdown(f"<h1 style='text-align: center;'>{TITLE}</h1>")
 
179
  "light_censor",
180
  "mosaic_censoring"],
181
 
182
+ predefined_tags2 = [
183
+ "big, small:medium", # If either "big" or "small" is missing, add "medium"
184
+ "small hand, large hand:medium hand" # If either "small hand" or "large hand" is missing, add "medium hand"
185
+ ]
186
 
187
  with gr.Blocks(title=TITLE) as demo:
188
  gr.Markdown(f"<h1 style='text-align: center;'>{TITLE}</h1>")