Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -6
requirements.txt
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
nltk
|
4 |
-
torch
|
5 |
-
PyPDF2
|
6 |
-
gradio
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
camel-tools==1.5.2
|
2 |
+
transformers==4.30.1
|
3 |
+
nltk==3.8.1
|
4 |
+
torch==2.2.2
|
5 |
+
PyPDF2==3.0.1
|
6 |
+
gradio==4.38.1
|
7 |
+
pydantic==2.8.2
|
8 |
+
farm-haystack==1.18.0
|
9 |
+
paddlenlp==2.6.1
|
10 |
+
anltk==1.0.4
|
11 |
+
|