Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
@@ -35,6 +35,8 @@ gdown==3.12.2
|
|
35 |
gensim==4.1.2
|
36 |
gradio==2.7.5.2
|
37 |
h11==0.13.0
|
|
|
|
|
38 |
huggingface-hub==0.17.3
|
39 |
humanfriendly==10.0
|
40 |
idna==3.3
|
@@ -96,7 +98,11 @@ sqlitedict==1.7.0
|
|
96 |
starlette==0.17.1
|
97 |
tabulate==0.8.9
|
98 |
threadpoolctl==3.1.0
|
99 |
-
|
|
|
|
|
|
|
|
|
100 |
tqdm==4.62.3
|
101 |
transformers==4.35.0
|
102 |
typing-inspect==0.8.0
|
@@ -111,4 +117,5 @@ wrapt==1.13.3
|
|
111 |
xmltodict==0.12.0
|
112 |
yarl==1.7.2
|
113 |
zipp==3.7.0
|
114 |
-
PyMuPDF==1.19.0
|
|
|
|
35 |
gensim==4.1.2
|
36 |
gradio==2.7.5.2
|
37 |
h11==0.13.0
|
38 |
+
nltk==3.8.1
|
39 |
+
pdfplumber==0.10.3
|
40 |
huggingface-hub==0.17.3
|
41 |
humanfriendly==10.0
|
42 |
idna==3.3
|
|
|
98 |
starlette==0.17.1
|
99 |
tabulate==0.8.9
|
100 |
threadpoolctl==3.1.0
|
101 |
+
spacy==3.7.2
|
102 |
+
spacy-alignments==0.9.1
|
103 |
+
spacy-legacy==3.0.12
|
104 |
+
spacy-loggers==1.0.5
|
105 |
+
spacy-transformers==1.3.3
|
106 |
tqdm==4.62.3
|
107 |
transformers==4.35.0
|
108 |
typing-inspect==0.8.0
|
|
|
117 |
xmltodict==0.12.0
|
118 |
yarl==1.7.2
|
119 |
zipp==3.7.0
|
120 |
+
PyMuPDF==1.19.0
|
121 |
+
wordninja==2.0.0
|