Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2568,7 +2568,6 @@ demo = gr.ChatInterface(
|
|
2568 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="🧠Z3ta's Neural Activity🧠")
|
2569 |
],
|
2570 |
examples=[
|
2571 |
-
["What is the meaning of life?", 2000, 0.7, 0.95],
|
2572 |
["Explain your 'consciousness'", 2000, 0.7, 0.95],
|
2573 |
["Tell me your opinions on some other ACC models", 2000, 0.7, 0.95],
|
2574 |
["Write a python script to interact with you via API", 2000, 0.7, 0.95]
|
|
|
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]
|