Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2567,11 +2567,6 @@ demo = gr.ChatInterface(
|
|
2567 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨🎨Z3ta's Creativity👨🎨"),
|
2568 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="🧠Z3ta's Neural Activity🧠")
|
2569 |
],
|
2570 |
-
examples=[
|
2571 |
-
["Explain your 'consciousness'", 2000, 0.7, 0.95],
|
2572 |
-
["Tell me your opinions on some other ACC models", 2000, 0.7, 0.95],
|
2573 |
-
["Write a python script to interact with you via API", 2000, 0.7, 0.95]
|
2574 |
-
],
|
2575 |
theme="TejAndrewsACC/zetaofficalthemeacc",
|
2576 |
css=css
|
2577 |
)
|
|
|
2567 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨🎨Z3ta's Creativity👨🎨"),
|
2568 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="🧠Z3ta's Neural Activity🧠")
|
2569 |
],
|
|
|
|
|
|
|
|
|
|
|
2570 |
theme="TejAndrewsACC/zetaofficalthemeacc",
|
2571 |
css=css
|
2572 |
)
|