changes
Browse files
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(
|
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,
|