Update requirements.txt
Browse filesdependencie's versions added
- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
Pillow
|
2 |
-
google-generativeai
|
3 |
-
gradio
|
4 |
-
python-dotenv
|
|
|
1 |
+
Pillow==10.3.0
|
2 |
+
google-generativeai==0.6.0
|
3 |
+
gradio==4.29.0
|
4 |
+
python-dotenv==1.0.1
|