Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -376,4 +376,9 @@ scheduler.add_job(
|
|
| 376 |
)
|
| 377 |
scheduler.start()
|
| 378 |
|
| 379 |
-
demo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 376 |
)
|
| 377 |
scheduler.start()
|
| 378 |
|
| 379 |
+
demo.queue(
|
| 380 |
+
concurrency_count=5,
|
| 381 |
+
max_size=256
|
| 382 |
+
).launch(
|
| 383 |
+
debug=True
|
| 384 |
+
)
|