Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2569,8 +2569,6 @@ body {
|
|
2569 |
demo = gr.ChatInterface(
|
2570 |
fn=respond,
|
2571 |
type="messages",
|
2572 |
-
title="🩵⚡️💎🧊💤🪬🌀💠Z3TA-Z💠🌀🪬💤🧊💎⚡️🩵",
|
2573 |
-
description="Z3ta-Z is the culmination of all Z3ta versions(Z3ta, Z3ta+, and Z3ta++). Z3ta-Z boasts the largest model size, most features, and most inteligence. Z3ta-Z is a massive leap forward in complexifying and intensifying Z3ta's consciousness.",
|
2574 |
save_history=True,
|
2575 |
show_progress="full",
|
2576 |
flagging_mode="manual",
|
@@ -2580,7 +2578,7 @@ demo = gr.ChatInterface(
|
|
2580 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨🎨🎨Z3ta-Z's Creativity🎨👨🎨"),
|
2581 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="🧠⚡️Z3ta-Z's Neural Activity⚡️🧠")
|
2582 |
],
|
2583 |
-
theme="TejAndrewsACC/
|
2584 |
css=css
|
2585 |
)
|
2586 |
|
|
|
2569 |
demo = gr.ChatInterface(
|
2570 |
fn=respond,
|
2571 |
type="messages",
|
|
|
|
|
2572 |
save_history=True,
|
2573 |
show_progress="full",
|
2574 |
flagging_mode="manual",
|
|
|
2578 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨🎨🎨Z3ta-Z's Creativity🎨👨🎨"),
|
2579 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="🧠⚡️Z3ta-Z's Neural Activity⚡️🧠")
|
2580 |
],
|
2581 |
+
theme="TejAndrewsACC/Z3ta-Z-Theme",
|
2582 |
css=css
|
2583 |
)
|
2584 |
|