azettl commited on
Commit
e6769b1
·
1 Parent(s): a62fa53
Files changed (1) hide show
  1. app.py +1 -1
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(concurrency_count=10)
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,