Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,8 +95,9 @@ def add_note_to_history(note, note_history):
|
|
| 95 |
|
| 96 |
|
| 97 |
|
| 98 |
-
title = "
|
| 99 |
-
description = """Chatbot With
|
|
|
|
| 100 |
|
| 101 |
def chat(message, history):
|
| 102 |
history = history or []
|
|
@@ -134,7 +135,7 @@ gr.Interface(
|
|
| 134 |
|
| 135 |
|
| 136 |
description=f"Gradio chatbot backed by memory in a dataset repository.",
|
| 137 |
-
article=f"The memory dataset for saves is [{DATASET_REPO_URL}]({DATASET_REPO_URL})
|
| 138 |
|
| 139 |
).launch(debug=True)
|
| 140 |
|
|
|
|
| 95 |
|
| 96 |
|
| 97 |
|
| 98 |
+
title = "💬ChatBack🧠💾"
|
| 99 |
+
description = """Chatbot With persistent memory dataset allowing multiagent system AI to access a shared dataset as memory pool with stored interactions.
|
| 100 |
+
Check out the model here: https://huggingface.co/facebook/blenderbot-400M-distill?text=Hey+my+name+is+ChatBack%21+Are+you+ready+to+rock%3F"""
|
| 101 |
|
| 102 |
def chat(message, history):
|
| 103 |
history = history or []
|
|
|
|
| 135 |
|
| 136 |
|
| 137 |
description=f"Gradio chatbot backed by memory in a dataset repository.",
|
| 138 |
+
article=f"The memory dataset for saves is [{DATASET_REPO_URL}]({DATASET_REPO_URL}) 🦃Happy Turkey Day All!🦃 Use dataset tool here to check out datasets: https://huggingface.co/spaces/awacke1/FreddysDatasetViewer "
|
| 139 |
|
| 140 |
).launch(debug=True)
|
| 141 |
|