Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -4,9 +4,11 @@ python-docx
|
|
4 |
transformers
|
5 |
torch
|
6 |
spacy
|
|
|
7 |
pytextrank
|
8 |
langchain
|
9 |
langchain-google-genai
|
10 |
langchain-core
|
11 |
protobuf<4
|
12 |
google-api-python-client
|
|
|
|
4 |
transformers
|
5 |
torch
|
6 |
spacy
|
7 |
+
subprocess
|
8 |
pytextrank
|
9 |
langchain
|
10 |
langchain-google-genai
|
11 |
langchain-core
|
12 |
protobuf<4
|
13 |
google-api-python-client
|
14 |
+
|