Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -149,5 +149,5 @@ with gr.Blocks() as demo:
|
|
149 |
gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery", height="4096")
|
150 |
btn.click(niji_api, text, gallery)
|
151 |
|
152 |
-
demo.queue(concurrency_count=
|
153 |
demo.launch(debug=True)
|
|
|
149 |
gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery", height="4096")
|
150 |
btn.click(niji_api, text, gallery)
|
151 |
|
152 |
+
demo.queue(concurrency_count=2)
|
153 |
demo.launch(debug=True)
|