Spaces:
Running
Running
Ffftdtd5dtft
commited on
Commit
•
02c151e
1
Parent(s):
3b921bc
Update app.py
Browse files
app.py
CHANGED
@@ -380,4 +380,4 @@ scheduler.add_job(restart_space, "interval", seconds=21600)
|
|
380 |
scheduler.start()
|
381 |
|
382 |
# Launch the interface
|
383 |
-
demo.queue(default_concurrency_limit=
|
|
|
380 |
scheduler.start()
|
381 |
|
382 |
# Launch the interface
|
383 |
+
demo.queue(default_concurrency_limit=100, max_size=100).launch(debug=True, show_api=False)
|