changes
Browse files
app.py
CHANGED
@@ -1129,7 +1129,7 @@ with gr.Blocks(title="🎭 Consilium: Visual AI Consensus Platform", theme=gr.th
|
|
1129 |
|
1130 |
# Launch configuration
|
1131 |
if __name__ == "__main__":
|
1132 |
-
demo.queue(
|
1133 |
demo.launch(
|
1134 |
server_name="0.0.0.0",
|
1135 |
server_port=7860,
|
|
|
1129 |
|
1130 |
# Launch configuration
|
1131 |
if __name__ == "__main__":
|
1132 |
+
demo.queue(default_concurrency_limit=10)
|
1133 |
demo.launch(
|
1134 |
server_name="0.0.0.0",
|
1135 |
server_port=7860,
|