Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
·
595867c
1
Parent(s):
3837d25
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,max_threads=800)
|
145 |
-
|
|
|
142 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
143 |
|
144 |
myface.launch(enable_queue=True, inline=True,max_threads=800)
|
145 |
+
myface.queue(concurrency_count=800,status_update_rate=1)
|