Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
·
ec97d20
1
Parent(s):
06e88d2
Update app.py
Browse files
app.py
CHANGED
@@ -151,5 +151,5 @@ with gr.Blocks() as myface:
|
|
151 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
152 |
|
153 |
myface.launch(enable_queue=True, inline=True)
|
154 |
-
myface.queue(concurrency_count=
|
155 |
reset_queue_thread.join()
|
|
|
151 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
152 |
|
153 |
myface.launch(enable_queue=True, inline=True)
|
154 |
+
myface.queue(concurrency_count=800)
|
155 |
reset_queue_thread.join()
|