Spaces:
Running
Running
Downgrade python version
Browse files- README.md +1 -0
- requirements.txt +0 -1
README.md
CHANGED
@@ -9,6 +9,7 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
short_description: Chatbot assistant for the CAMELS simulations documentation
|
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
short_description: Chatbot assistant for the CAMELS simulations documentation
|
12 |
+
python_version: 3.8
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -3,4 +3,3 @@ langchain-community
|
|
3 |
langchain-huggingface
|
4 |
chromadb
|
5 |
InstructorEmbedding
|
6 |
-
huggingface_hub==0.25
|
|
|
3 |
langchain-huggingface
|
4 |
chromadb
|
5 |
InstructorEmbedding
|
|