Update app.py
Browse filesAdding concurrency_count=2
app.py
CHANGED
@@ -57,4 +57,4 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
|
|
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)
|
|
|
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>").queue(concurrency_count=2).launch(debug=True, max_threads=80)
|