Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,11 +4,16 @@ emoji: 👁
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: streamlit
|
| 7 |
-
sdk_version: 1.40.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
short_description: RAG PDF Chatbot based on Unsloth llama 3.2 LLM
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: 1.40.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
short_description: RAG PDF Chatbot based on Unsloth llama 3.2 LLM
|
| 12 |
---
|
| 13 |
|
| 14 |
+
Remarks:
|
| 15 |
+
|
| 16 |
+
The Space cannot be run as there is problem of Connection Refuse in invoke.
|
| 17 |
+
User should download the app file and run locally.
|
| 18 |
+
|
| 19 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|