Spaces:
Runtime error
Runtime error
JDWebProgrammer
commited on
Commit
•
be97644
1
Parent(s):
964d65a
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# ChatBot
|
3 |
Basic ChatBot using CTransformers, ChromaDB and Gradio. Configured for CPU.
|
@@ -60,5 +69,4 @@ The web interface will start at http://0.0.0.0:7864
|
|
60 |
- TheBloke: https://huggingface.co/TheBloke
|
61 |
- ctransformers: https://github.com/marella/ctransformers
|
62 |
- gradio: https://github.com/gradio-app/gradio
|
63 |
-
- chroma: https://github.com/chroma-core/chroma
|
64 |
-
|
|
|
1 |
+
---
|
2 |
+
title: ChatBot
|
3 |
+
sdk: gradio
|
4 |
+
emoji: 🐢
|
5 |
+
colorFrom: indigo
|
6 |
+
colorTo: purple
|
7 |
+
pinned: true
|
8 |
+
---
|
9 |
+
|
10 |
|
11 |
# ChatBot
|
12 |
Basic ChatBot using CTransformers, ChromaDB and Gradio. Configured for CPU.
|
|
|
69 |
- TheBloke: https://huggingface.co/TheBloke
|
70 |
- ctransformers: https://github.com/marella/ctransformers
|
71 |
- gradio: https://github.com/gradio-app/gradio
|
72 |
+
- chroma: https://github.com/chroma-core/chroma
|
|