Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
fedc45e
1
Parent(s):
82c0259
Update app.py
Browse files
app.py
CHANGED
@@ -101,5 +101,5 @@ with gr.Blocks() as myface:
|
|
101 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
102 |
|
103 |
|
104 |
-
myface.queue(concurrency_count=
|
105 |
myface.launch(enable_queue=True, inline=True)
|
|
|
101 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
102 |
|
103 |
|
104 |
+
myface.queue(concurrency_count=2)
|
105 |
myface.launch(enable_queue=True, inline=True)
|