install pillow
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -15,4 +15,5 @@ git+https://github.com/openai/CLIP.git
|
|
| 15 |
numpy>=1.26.4,<2.0.0
|
| 16 |
openai
|
| 17 |
python-dotenv
|
| 18 |
-
opencv-python
|
|
|
|
|
|
| 15 |
numpy>=1.26.4,<2.0.0
|
| 16 |
openai
|
| 17 |
python-dotenv
|
| 18 |
+
opencv-python
|
| 19 |
+
Pillow
|