Spaces:
Sleeping
Sleeping
Deepak Sahu
commited on
Commit
·
5a2f725
1
Parent(s):
4c7cd30
library issue fix
Browse files- README.md +1 -0
- requirements.txt +1 -1
README.md
CHANGED
@@ -8,6 +8,7 @@ sdk_version: 5.12.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
short_description: Just another rag but with Images 🖼️
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
short_description: Just another rag but with Images 🖼️
|
11 |
+
python_version: "3.11"
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -55,6 +55,6 @@ langchain
|
|
55 |
pillow
|
56 |
transformers
|
57 |
langchain-community
|
58 |
-
|
59 |
faiss-cpu
|
60 |
beautifulsoup4
|
|
|
55 |
pillow
|
56 |
transformers
|
57 |
langchain-community
|
58 |
+
sentence-transformers
|
59 |
faiss-cpu
|
60 |
beautifulsoup4
|