Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,6 @@ if __name__ == "__main__":
|
|
242 |
app.queue(
|
243 |
status_update_rate="auto",
|
244 |
api_open=False, # Disable public API access for security
|
245 |
-
max_size=100, # Reasonable queue size
|
246 |
default_concurrency_limit=50 # Allow multiple concurrent requests
|
247 |
)
|
248 |
app.launch(
|
|
|
242 |
app.queue(
|
243 |
status_update_rate="auto",
|
244 |
api_open=False, # Disable public API access for security
|
|
|
245 |
default_concurrency_limit=50 # Allow multiple concurrent requests
|
246 |
)
|
247 |
app.launch(
|