Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
·
3c38ac0
1
Parent(s):
ec97d20
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=30,status_update_rate=1)
|
155 |
reset_queue_thread.join()
|