Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
gradio
|
2 |
requests
|
3 |
Pillow
|
4 |
numpy
|
5 |
-
|
6 |
-
|
7 |
-
h11==0.13.0
|
8 |
-
aiofiles>=22.0,<24.0
|
|
|
1 |
+
gradio
|
2 |
requests
|
3 |
Pillow
|
4 |
numpy
|
5 |
+
opencv-python # Or opencv-python-headless if you don't need GUI features
|
6 |
+
landingai
|
|
|
|