Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,8 @@ demo = gr.ChatInterface(
|
|
166 |
undo_btn="Undo",
|
167 |
clear_btn="Clear",
|
168 |
submit_btn="Send",
|
169 |
-
description="Cognitive Computation: Chat Dolphin 🐬 2.9.1-llama-3-70b & 2.9.1-yi-1.5-34b"
|
|
|
170 |
)
|
171 |
|
172 |
if __name__ == "__main__":
|
|
|
166 |
undo_btn="Undo",
|
167 |
clear_btn="Clear",
|
168 |
submit_btn="Send",
|
169 |
+
description="Cognitive Computation: Chat Dolphin 🐬 2.9.1-llama-3-70b & 2.9.1-yi-1.5-34b",
|
170 |
+
chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
|
171 |
)
|
172 |
|
173 |
if __name__ == "__main__":
|