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