Spaces:
Runtime error
Runtime error
Commit
·
14c1c76
1
Parent(s):
b39557f
Update app.py
Browse files
app.py
CHANGED
@@ -12,4 +12,4 @@ with block:
|
|
12 |
text.submit(run, inputs=text, outputs=textout)
|
13 |
btn.click(run, inputs=text, outputs=textout)
|
14 |
|
15 |
-
block.launch(enable_queue=True)
|
|
|
12 |
text.submit(run, inputs=text, outputs=textout)
|
13 |
btn.click(run, inputs=text, outputs=textout)
|
14 |
|
15 |
+
block.queue(max_size=2, concurrency_count=2).launch(enable_queue=True)
|