Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
ee3bbd8
1
Parent(s):
7cfe7da
Update app.py
Browse files
app.py
CHANGED
@@ -142,4 +142,4 @@ with gr.Blocks() as myface:
|
|
142 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
143 |
|
144 |
myface.launch(enable_queue=True, inline=True)
|
145 |
-
block.queue(concurrency_count=
|
|
|
142 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
143 |
|
144 |
myface.launch(enable_queue=True, inline=True)
|
145 |
+
block.queue(concurrency_count=4)
|