Spaces:
Running
Running
Update app.py
Browse files
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", "
|
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>")
|