Spaces:
Running
Running
Update requirements.txt
Browse filesAs the ANTIALIAS attribute of the Pillow package is removed in version 10.0, I think that version 9 of the Pillow library should be defined.
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ torchaudio --index-url https://download.pytorch.org/whl/cpu
|
|
5 |
vietocr==0.3.11
|
6 |
streamlit==1.21.0
|
7 |
pandas
|
8 |
-
transformers==4.29.1
|
|
|
|
5 |
vietocr==0.3.11
|
6 |
streamlit==1.21.0
|
7 |
pandas
|
8 |
+
transformers==4.29.1
|
9 |
+
Pillow==9.5.0
|