Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
camel-tools
|
2 |
-
transformers
|
3 |
-
nltk
|
4 |
-
torch
|
5 |
-
PyPDF2
|
6 |
-
gradio
|
7 |
-
pydantic==2.
|
8 |
-
farm-haystack
|
9 |
-
paddlenlp
|
10 |
-
anltk
|
11 |
-
numpy
|
12 |
openai
|
|
|
1 |
+
camel-tools
|
2 |
+
transformers
|
3 |
+
nltk
|
4 |
+
torch
|
5 |
+
PyPDF2
|
6 |
+
gradio
|
7 |
+
pydantic==2.1.1
|
8 |
+
farm-haystack
|
9 |
+
paddlenlp
|
10 |
+
anltk
|
11 |
+
numpy
|
12 |
openai
|