Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
python-dotenv
|
4 |
-
PyPDF2
|
5 |
-
python-docx
|
6 |
-
Pillow
|
|
|
1 |
+
gradio==4.19.2
|
2 |
+
google-generativeai==0.3.2
|
3 |
+
python-dotenv==1.0.0
|
4 |
+
PyPDF2==3.0.1
|
5 |
+
python-docx==1.0.1
|
6 |
+
Pillow==10.1.0
|