Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ def main():
|
|
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 |
-
|
145 |
gr.Markdown(f"<h1 style='text-align: center;'>{TITLE}</h1>")
|
146 |
gr.Markdown(DESCRIPTION)
|
147 |
|
|
|
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>")
|
146 |
gr.Markdown(DESCRIPTION)
|
147 |
|