Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
·
0fe4f80
1
Parent(s):
67315e3
Update app.py
Browse files
app.py
CHANGED
@@ -158,5 +158,5 @@ with gr.Blocks() as myface:
|
|
158 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
159 |
|
160 |
myface.launch(enable_queue=True, inline=True)
|
161 |
-
block.queue(concurrency_count=30, max_size=30).launch(max_threads=
|
162 |
reset_queue_thread.join()
|
|
|
158 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
159 |
|
160 |
myface.launch(enable_queue=True, inline=True)
|
161 |
+
block.queue(concurrency_count=30, max_size=30).launch(max_threads=40)
|
162 |
reset_queue_thread.join()
|