Update requirements.txt
Browse files- requirements.txt +5 -8
requirements.txt
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
-
google-genai==1.5.0
|
2 |
-
google-generativeai==0.3.1
|
3 |
gradio
|
4 |
-
|
5 |
-
pillow==10.2.0
|
6 |
-
python-dotenv
|
7 |
numpy==1.26.4
|
8 |
-
|
9 |
-
|
10 |
-
opencv-python
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
gradio_client
|
3 |
+
pillow==10.2.0
|
4 |
+
python-dotenv
|
5 |
numpy==1.26.4
|
6 |
+
opencv-python
|
7 |
+
pydantic==2.10.6
|
|