ura23 commited on
Commit
ac2c511
·
verified ·
1 Parent(s): ee4c74a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ def main():
139
  EVA02_LARGE_MODEL_IS_DSV1_REPO,
140
  ]
141
 
142
- predefined_tags = ["loli", "oppai_loli", "minigirl", "babydoll", "monochrome", "grayscale", "speech_bubble", "english_text", "copyright_name", "twitter_username", "artist_name", "watermark", "censored", "bar_censor", "blank_censor", "blur_censor", "light_censor", "mosaic_censoring"] # Default tags to filter out
143
 
144
  with gr.Blocks(title=TITLE) as demo:
145
  gr.Markdown(f"<h1 style='text-align: center;'>{TITLE}</h1>")
 
139
  EVA02_LARGE_MODEL_IS_DSV1_REPO,
140
  ]
141
 
142
+ predefined_tags = ["loli", "oppai_loli", "minigirl", "babydoll", "monochrome", "greyscale", "speech_bubble", "english_text", "copyright_name", "twitter_username", "artist_name", "watermark", "censored", "bar_censor", "blank_censor", "blur_censor", "light_censor", "mosaic_censoring"] # Default tags to filter out
143
 
144
  with gr.Blocks(title=TITLE) as demo:
145
  gr.Markdown(f"<h1 style='text-align: center;'>{TITLE}</h1>")