Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -134,4 +134,5 @@ with gr.Blocks() as demo:
|
|
| 134 |
gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery", height="4096")
|
| 135 |
btn.click(niji_api, text, gallery)
|
| 136 |
|
| 137 |
-
demo.
|
|
|
|
|
|
| 134 |
gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery", height="4096")
|
| 135 |
btn.click(niji_api, text, gallery)
|
| 136 |
|
| 137 |
+
demo.queue(concurrency_count=3)
|
| 138 |
+
demo.launch(debug=True)
|