Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
fa68349
1
Parent(s):
baf8697
Update app.py
Browse files
app.py
CHANGED
@@ -146,4 +146,4 @@ with gr.Blocks() as myface:
|
|
146 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
147 |
|
148 |
myface.launch(enable_queue=True, inline=True)
|
149 |
-
block.queue(concurrency_count=
|
|
|
146 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
147 |
|
148 |
myface.launch(enable_queue=True, inline=True)
|
149 |
+
block.queue(concurrency_count=100)
|