Manjushri commited on
Commit
cb65275
1 Parent(s): 6df9545

Update app.py

Browse files

Added even Clearer Info

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,5 +58,5 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
58
  gr.Radio(['Yes', 'No'], label='Upscale?')],
59
  outputs=['image', 'image'],
60
  title="Stable Diffusion XL 0.9 GPU",
61
- description="SDXL 0.9 GPU. <b>WARNING:</b> Capable of producing NSFW images.",
62
  article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(debug=True, max_threads=80)
 
58
  gr.Radio(['Yes', 'No'], label='Upscale?')],
59
  outputs=['image', 'image'],
60
  title="Stable Diffusion XL 0.9 GPU",
61
+ description="SDXL 0.9 GPU. <br><br><b>WARNING: Capable of producing NSFW (Softcore) images.</b>",
62
  article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(debug=True, max_threads=80)