Spaces:
Running
Running
Update queue max_size
Browse files
app.py
CHANGED
|
@@ -461,7 +461,7 @@ def main():
|
|
| 461 |
# Launch the interface
|
| 462 |
try:
|
| 463 |
interface.queue(
|
| 464 |
-
max_size=
|
| 465 |
default_concurrency_limit=1 # Process one request at a time
|
| 466 |
).launch(
|
| 467 |
#share= args.share,
|
|
|
|
| 461 |
# Launch the interface
|
| 462 |
try:
|
| 463 |
interface.queue(
|
| 464 |
+
max_size=10, # Maximum queue size
|
| 465 |
default_concurrency_limit=1 # Process one request at a time
|
| 466 |
).launch(
|
| 467 |
#share= args.share,
|