Spaces:
Sleeping
Sleeping
Ari
commited on
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -7,7 +7,7 @@ bert-extractive-summarizer==0.10.1 # For extractive text summarization
|
|
7 |
sacremoses==0.0.53 # For tokenizer in the transformers library
|
8 |
nltk==3.8.1 # For natural language processing (tokenization, etc.)
|
9 |
yake==0.4.8 # For keyword extraction
|
10 |
-
pytesseract==0.3.8 # For OCR, but note that tesseract binary is required
|
11 |
-
transformers==4.
|
12 |
torch==2.0.0 # PyTorch for deep learning models
|
13 |
python-docx==0.8.11 # For handling .docx files
|
|
|
7 |
sacremoses==0.0.53 # For tokenizer in the transformers library
|
8 |
nltk==3.8.1 # For natural language processing (tokenization, etc.)
|
9 |
yake==0.4.8 # For keyword extraction
|
10 |
+
pytesseract==0.3.8 # For OCR, but note that tesseract binary is required
|
11 |
+
transformers==4.29.0 # Specifying a version that is available
|
12 |
torch==2.0.0 # PyTorch for deep learning models
|
13 |
python-docx==0.8.11 # For handling .docx files
|