ura23 commited on
Commit
8c54b61
·
verified ·
1 Parent(s): 172ef24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- with gr.Blocks(title=TITLE) as demo:
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