Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
pandas>=1.5.0
|
| 3 |
+
pdf2image>=3.1.0
|
| 4 |
+
pytesseract>=0.3.10
|
| 5 |
+
google-generativeai>=0.3.0
|
| 6 |
+
openpyxl>=3.1.0
|
| 7 |
+
Pillow>=9.0.0
|