Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
transformers
|
2 |
torch
|
3 |
langchain
|
4 |
langchain-community
|
@@ -6,4 +6,5 @@ pypdf
|
|
6 |
pydantic
|
7 |
sentence-transformers
|
8 |
chromadb
|
9 |
-
gradio
|
|
|
|
1 |
+
transformers==4.28.0
|
2 |
torch
|
3 |
langchain
|
4 |
langchain-community
|
|
|
6 |
pydantic
|
7 |
sentence-transformers
|
8 |
chromadb
|
9 |
+
gradio
|
10 |
+
beautifulsoup4
|