Update app.py
Browse files
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
|
59 |
-
description="SDXL 0
|
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)
|