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