Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -1209,9 +1209,9 @@ def create_ultimate_interface():
|
|
1209 |
) as demo:
|
1210 |
|
1211 |
gr.Markdown("""
|
1212 |
-
# π
|
1213 |
|
1214 |
-
**π Advanced AI Language Model with
|
1215 |
|
1216 |
Features cutting-edge model selection, advanced domain routing, comprehensive performance analytics, and multi-tier quality protection.
|
1217 |
""")
|
@@ -1247,7 +1247,7 @@ def create_ultimate_interface():
|
|
1247 |
)
|
1248 |
show_routing = gr.Checkbox(label="π Show Intelligence Analysis", value=True)
|
1249 |
|
1250 |
-
generate_btn = gr.Button("π Generate
|
1251 |
|
1252 |
# Ultimate output panel
|
1253 |
with gr.Column(scale=3):
|
@@ -1264,12 +1264,12 @@ def create_ultimate_interface():
|
|
1264 |
)
|
1265 |
|
1266 |
# Ultimate system dashboard
|
1267 |
-
with gr.Accordion("π€
|
1268 |
system_info = gr.Markdown(value=swarm.get_ultimate_system_info(), elem_classes=["ultimate-card"])
|
1269 |
refresh_btn = gr.Button("π Refresh System Dashboard", size="sm")
|
1270 |
|
1271 |
# Ultimate examples showcase
|
1272 |
-
with gr.Accordion("π
|
1273 |
examples = [
|
1274 |
# Medical
|
1275 |
["What are the latest treatments for Type 2 diabetes and their effectiveness?", 300, 0.6, 0.8, 18, "large", True],
|
|
|
1209 |
) as demo:
|
1210 |
|
1211 |
gr.Markdown("""
|
1212 |
+
# π Mamba Encoder Swarm v1.0
|
1213 |
|
1214 |
+
**π Advanced AI Language Model with Mamba Swarm Intelligence**
|
1215 |
|
1216 |
Features cutting-edge model selection, advanced domain routing, comprehensive performance analytics, and multi-tier quality protection.
|
1217 |
""")
|
|
|
1247 |
)
|
1248 |
show_routing = gr.Checkbox(label="π Show Intelligence Analysis", value=True)
|
1249 |
|
1250 |
+
generate_btn = gr.Button("π Generate Response", variant="primary", size="lg")
|
1251 |
|
1252 |
# Ultimate output panel
|
1253 |
with gr.Column(scale=3):
|
|
|
1264 |
)
|
1265 |
|
1266 |
# Ultimate system dashboard
|
1267 |
+
with gr.Accordion("π€ System Dashboard", open=False):
|
1268 |
system_info = gr.Markdown(value=swarm.get_ultimate_system_info(), elem_classes=["ultimate-card"])
|
1269 |
refresh_btn = gr.Button("π Refresh System Dashboard", size="sm")
|
1270 |
|
1271 |
# Ultimate examples showcase
|
1272 |
+
with gr.Accordion("π Example Prompts", open=True):
|
1273 |
examples = [
|
1274 |
# Medical
|
1275 |
["What are the latest treatments for Type 2 diabetes and their effectiveness?", 300, 0.6, 0.8, 18, "large", True],
|