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