Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
|
|
1 |
pillow==10.2.0
|
2 |
python-dotenv
|
3 |
numpy==1.26.4
|
4 |
opencv-python
|
5 |
-
requests
|
6 |
-
base64
|
|
|
1 |
+
gradio
|
2 |
pillow==10.2.0
|
3 |
python-dotenv
|
4 |
numpy==1.26.4
|
5 |
opencv-python
|
6 |
+
requests
|
|