Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
groq
|
3 |
-
pandas
|
4 |
-
|
5 |
-
pytesseract
|
6 |
-
pdfplumber
|
7 |
-
pdf2image
|
8 |
-
|
9 |
-
time
|
10 |
-
dotenv
|
|
|
1 |
+
gradio==3.2.3
|
2 |
+
groq==0.1.0
|
3 |
+
pandas==2.0.2
|
4 |
+
Pillow==10.0.0
|
5 |
+
pytesseract==0.7.0
|
6 |
+
pdfplumber==0.9.0
|
7 |
+
pdf2image==1.16.3
|
8 |
+
python-dotenv==1.0.0
|
|
|
|