Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ demo = gr.ChatInterface(
|
|
215 |
clear_btn="Clear",
|
216 |
submit_btn="Send",
|
217 |
examples = (examples),
|
218 |
-
description="Llama-cpp-agent: Chat
|
219 |
analytics_enabled=False,
|
220 |
chatbot=gr.Chatbot(
|
221 |
scale=1,
|
|
|
215 |
clear_btn="Clear",
|
216 |
submit_btn="Send",
|
217 |
examples = (examples),
|
218 |
+
description="Llama-cpp-agent: Chat with DuckDuckGo Agent",
|
219 |
analytics_enabled=False,
|
220 |
chatbot=gr.Chatbot(
|
221 |
scale=1,
|