Spaces:
Sleeping
Sleeping
Fazeel Asghar
commited on
Commit
·
9ce3a35
1
Parent(s):
edf2e73
Changed something
Browse files
app.py
CHANGED
|
@@ -56,6 +56,6 @@ gr.Interface(
|
|
| 56 |
fn=gradio_chat,
|
| 57 |
inputs=[gr.Textbox(label="Your message"), gr.Textbox(label="Session ID", value="gradio_default")],
|
| 58 |
outputs=gr.Textbox(label="Response"),
|
| 59 |
-
title="
|
| 60 |
description="Chat with Groq's LLaMA3 model. Handles sessions separately using IDs."
|
| 61 |
).launch()
|
|
|
|
| 56 |
fn=gradio_chat,
|
| 57 |
inputs=[gr.Textbox(label="Your message"), gr.Textbox(label="Session ID", value="gradio_default")],
|
| 58 |
outputs=gr.Textbox(label="Response"),
|
| 59 |
+
title="Chatbot with memory",
|
| 60 |
description="Chat with Groq's LLaMA3 model. Handles sessions separately using IDs."
|
| 61 |
).launch()
|