Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,4 +13,14 @@ hf_oauth_scopes:
|
|
| 13 |
license: mit
|
| 14 |
---
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
|
|
|
| 13 |
license: mit
|
| 14 |
---
|
| 15 |
|
| 16 |
+
```
|
| 17 |
+
π¦ project/
|
| 18 |
+
βββ app.py
|
| 19 |
+
βββ config.py
|
| 20 |
+
βββ clare_core.py
|
| 21 |
+
βββ rag_engine.py β θ΄θ΄£ RAG
|
| 22 |
+
βββ requirements.txt
|
| 23 |
+
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|