Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
-
gradio==3.
|
2 |
requests
|
3 |
Pillow
|
4 |
numpy
|
5 |
opencv-python-headless
|
6 |
landingai==0.3.46
|
7 |
-
|
8 |
-
pydantic==1.10.13
|
9 |
-
python-dotenv>=0.21.0
|
|
|
1 |
+
gradio==3.24.1
|
2 |
requests
|
3 |
Pillow
|
4 |
numpy
|
5 |
opencv-python-headless
|
6 |
landingai==0.3.46
|
7 |
+
pydantic==1.10.13
|
|
|
|