Spaces:
Runtime error
Runtime error
Fix Pillow version (#1)
Browse files- Update requirements.txt (3d2b533cfcf2fe3983845e21ba1de22cbedd280c)
Co-authored-by: Charles Bensimon <cbensimon@users.noreply.huggingface.co>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,4 +3,4 @@
|
|
3 |
torch==1.13.0
|
4 |
git+https://github.com/huggingface/transformers.git
|
5 |
opencv-python>=4.5.0
|
6 |
-
Pillow
|
|
|
3 |
torch==1.13.0
|
4 |
git+https://github.com/huggingface/transformers.git
|
5 |
opencv-python>=4.5.0
|
6 |
+
Pillow==7.1.2
|