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