Spaces:
Runtime error
Runtime error
Pedro Cuenca
commited on
Commit
·
89635f7
1
Parent(s):
f5fe7df
Enable queue.
Browse files
app.py
CHANGED
|
@@ -191,4 +191,4 @@ with gr.Blocks(css=".container { max-width: 800px; margin: auto; }") as demo:
|
|
| 191 |
outputs=infer_outputs
|
| 192 |
)
|
| 193 |
|
| 194 |
-
demo.launch(enable_queue=
|
|
|
|
| 191 |
outputs=infer_outputs
|
| 192 |
)
|
| 193 |
|
| 194 |
+
demo.launch(enable_queue=True)
|