Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks(css=css) as demo:
|
|
129 |
gr.HTML(
|
130 |
"""
|
131 |
<div class="footer">
|
132 |
-
<p> Based on the <a href="https://huggingface.co/spaces/John6666/hfd_test_nostopbutton">Huggingface NoStopButton</a> Space by
|
133 |
</p>
|
134 |
"""
|
135 |
)
|
@@ -174,4 +174,4 @@ with gr.Blocks(css=css) as demo:
|
|
174 |
)
|
175 |
|
176 |
demo.queue(default_concurrency_limit=200, max_size=200)
|
177 |
-
demo.launch(show_api=
|
|
|
129 |
gr.HTML(
|
130 |
"""
|
131 |
<div class="footer">
|
132 |
+
<p> Based on the <a href="https://huggingface.co/spaces/John6666/hfd_test_nostopbutton">Huggingface NoStopButton</a> Space by Sk, <a href="https://huggingface.co/spaces/derwahnsinn/TestGen">TestGen</a> Space by derwahnsinn, the <a href="https://huggingface.co/spaces/RdnUser77/SpacIO_v1">SpacIO</a> Space by RdnUser77 and Omnibus's Maximum Multiplier! For 6 images with the same model check out the <a href="https://huggingface.co/spaces/Yntec/PrintingPress">Printing Press</a>, for the classic UI with prompt enhancer try <a href="https://huggingface.co/spaces/Yntec/blitz_diffusion">Blitz Diffusion!</a>
|
133 |
</p>
|
134 |
"""
|
135 |
)
|
|
|
174 |
)
|
175 |
|
176 |
demo.queue(default_concurrency_limit=200, max_size=200)
|
177 |
+
demo.launch(show_api=True, max_threads=400)
|