Spaces:
Runtime error
Runtime error
Commit
·
c2afc01
1
Parent(s):
c2799c7
Update app.py
Browse files
app.py
CHANGED
|
@@ -356,7 +356,7 @@ with gr.Blocks() as iface:
|
|
| 356 |
show_progress=False
|
| 357 |
)
|
| 358 |
iface.queue(concurrency_count=1)
|
| 359 |
-
iface.launch(
|
| 360 |
|
| 361 |
|
| 362 |
|
|
|
|
| 356 |
show_progress=False
|
| 357 |
)
|
| 358 |
iface.queue(concurrency_count=1)
|
| 359 |
+
iface.launch(enable_queue=True)
|
| 360 |
|
| 361 |
|
| 362 |
|