Spaces:
Running
Running
Ari
commited on
Update requirements.txt
Browse files- requirements.txt +7 -16
requirements.txt
CHANGED
@@ -1,16 +1,7 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
sacremoses
|
9 |
-
pdfkit
|
10 |
-
nltk
|
11 |
-
yake
|
12 |
-
#tesseract-ocr
|
13 |
-
pytesseract
|
14 |
-
transformers
|
15 |
-
torch
|
16 |
-
python-docx
|
|
|
1 |
+
gradio==4.29.0 # You can specify the latest version or the version you're using
|
2 |
+
python-docx==0.8.11 # For handling .docx files
|
3 |
+
gTTS==2.2.3 # For converting text to speech
|
4 |
+
fpdf==1.7.2 # For generating PDFs in Python
|
5 |
+
transformers==4.44.3 # Hugging Face Transformers library for NLP models
|
6 |
+
pdfminer.six==20221105 # For PDF text extraction if you still need it
|
7 |
+
nltk==3.8.1 # For tokenization and other NLP features
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|