Spaces:
Sleeping
Sleeping
Update app.py
#1
by
TejAndrewsACC
- opened
app.py
CHANGED
@@ -9,7 +9,7 @@ import random
|
|
9 |
|
10 |
hf_token = os.getenv("HF_TOKEN").strip()
|
11 |
api_key = os.getenv("HF_KEY").strip()
|
12 |
-
model_name = os.getenv("
|
13 |
system_prompt = os.getenv("SYSTEM_PROMPT").strip()
|
14 |
|
15 |
client = InferenceClient(model_name)
|
@@ -2560,14 +2560,13 @@ body {
|
|
2560 |
|
2561 |
demo = gr.ChatInterface(
|
2562 |
respond,
|
2563 |
-
title="
|
2564 |
-
description="Z3ta+ is the improved, premium version of the ACC's highest rated model. Z3ta+ is a unique and 'different' feeing model, as it truly feels 'real' and 'alive' for users. Z3ta+ has raised by far the most serious debate over its 'consciousness' that has been seen with an ACC model, or any model. Z3ta+ is 2 times the size of the regular version of Z3ta, and is trained on over 7 times the ammount of data without sacrificing any response time delay.",
|
2565 |
additional_inputs=[
|
2566 |
-
gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="📏
|
2567 |
-
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨🎨
|
2568 |
-
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="🧠
|
2569 |
],
|
2570 |
-
theme="TejAndrewsACC/
|
2571 |
css=css
|
2572 |
)
|
2573 |
|
|
|
9 |
|
10 |
hf_token = os.getenv("HF_TOKEN").strip()
|
11 |
api_key = os.getenv("HF_KEY").strip()
|
12 |
+
model_name = os.getenv("FLAZH_AGI_MODEL_ACC").strip()
|
13 |
system_prompt = os.getenv("SYSTEM_PROMPT").strip()
|
14 |
|
15 |
client = InferenceClient(model_name)
|
|
|
2560 |
|
2561 |
demo = gr.ChatInterface(
|
2562 |
respond,
|
2563 |
+
title="💎⚡️Flazh⚡️💎",
|
|
|
2564 |
additional_inputs=[
|
2565 |
+
gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="📏Flazh's Maximum Response Length📏"),
|
2566 |
+
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨🎨Flazh's Creativity👨🎨"),
|
2567 |
+
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="🧠Flazh's Neural Activity🧠")
|
2568 |
],
|
2569 |
+
theme="TejAndrewsACC/Flazh",
|
2570 |
css=css
|
2571 |
)
|
2572 |
|