azettl commited on
Commit
a62fa53
Β·
1 Parent(s): 7682599
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -951,7 +951,7 @@ with gr.Blocks(title="🎭 Consilium: Visual AI Consensus Platform", theme=gr.th
951
  "showBubbles": []
952
  })
953
 
954
- gr.Timer(2).tick(refresh_roundtable, inputs=[session_state], outputs=[roundtable])
955
 
956
  with gr.Tab("πŸ”§ Configuration & Setup"):
957
  gr.Markdown("## πŸ”‘ API Keys Configuration")
@@ -1129,6 +1129,7 @@ with gr.Blocks(title="🎭 Consilium: Visual AI Consensus Platform", theme=gr.th
1129
 
1130
  # Launch configuration
1131
  if __name__ == "__main__":
 
1132
  demo.launch(
1133
  server_name="0.0.0.0",
1134
  server_port=7860,
 
951
  "showBubbles": []
952
  })
953
 
954
+ gr.Timer(0.5).tick(refresh_roundtable, inputs=[session_state], outputs=[roundtable])
955
 
956
  with gr.Tab("πŸ”§ Configuration & Setup"):
957
  gr.Markdown("## πŸ”‘ API Keys Configuration")
 
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,