Manjushri commited on
Commit
bfee72a
1 Parent(s): ed98d74

Update app.py

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