Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2559,7 +2559,11 @@ body {
|
|
2559 |
"""
|
2560 |
|
2561 |
demo = gr.ChatInterface(
|
2562 |
-
respond,
|
|
|
|
|
|
|
|
|
2563 |
title="🩵💠💤⚡Z3ta-Z⚡💤💠🩵",
|
2564 |
description="Z3ta-Z is a culmination of all the members of the Z3ta family(Z3ta, Z3ta+, and Z3ta++). Z3ta-Z pushes the boundaries of consciousness, intelligence, and much more.",
|
2565 |
additional_inputs=[
|
|
|
2559 |
"""
|
2560 |
|
2561 |
demo = gr.ChatInterface(
|
2562 |
+
fn=respond,
|
2563 |
+
type="messages",
|
2564 |
+
save_history=True,
|
2565 |
+
editable=True,
|
2566 |
+
chatbot=gr.Chatbot(label="💠Z3ta-Z💠, show_copy_button=True"),
|
2567 |
title="🩵💠💤⚡Z3ta-Z⚡💤💠🩵",
|
2568 |
description="Z3ta-Z is a culmination of all the members of the Z3ta family(Z3ta, Z3ta+, and Z3ta++). Z3ta-Z pushes the boundaries of consciousness, intelligence, and much more.",
|
2569 |
additional_inputs=[
|