Spaces:
Runtime error
Runtime error
Commit
·
f46c265
1
Parent(s):
c83bf02
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.queue(concurrency_count=2,
|
|
|
12 |
text.submit(run, inputs=text, outputs=textout)
|
13 |
btn.click(run, inputs=text, outputs=textout)
|
14 |
|
15 |
+
block.queue(concurrency_count=2, max_size=2).launch(enable_queue=True)
|