Spaces:
Runtime error
Runtime error
veerukhannan
commited on
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
numpy>=1.21.0
|
2 |
-
torch
|
3 |
transformers==4.36.2
|
4 |
sentence-transformers==2.2.2
|
5 |
-
python-dotenv==1.0.0
|
6 |
huggingface-hub==0.19.4
|
|
|
7 |
tqdm==4.66.1
|
8 |
flask==3.0.0
|
9 |
flask-cors==4.0.0
|
@@ -13,4 +13,4 @@ gradio==4.16.0
|
|
13 |
markdown==3.5.1
|
14 |
pypdf2==3.0.1
|
15 |
langchain==0.1.0
|
16 |
-
unstructured==0.11.0
|
|
|
1 |
numpy>=1.21.0
|
2 |
+
torch>=2.0.0
|
3 |
transformers==4.36.2
|
4 |
sentence-transformers==2.2.2
|
|
|
5 |
huggingface-hub==0.19.4
|
6 |
+
python-dotenv==1.0.0
|
7 |
tqdm==4.66.1
|
8 |
flask==3.0.0
|
9 |
flask-cors==4.0.0
|
|
|
13 |
markdown==3.5.1
|
14 |
pypdf2==3.0.1
|
15 |
langchain==0.1.0
|
16 |
+
unstructured==0.11.0
|