Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.19.2
|
2 |
+
transformers==4.36.2
|
3 |
+
torch==2.1.2
|
4 |
+
easyocr==1.7.1
|
5 |
+
PyPDF2==3.0.1
|
6 |
+
python-docx==1.0.1
|
7 |
+
numpy==1.26.3
|
8 |
+
pillow==10.2.0
|
9 |
+
pytz==2024.1
|
10 |
+
reportlab==4.0.8
|