Spaces:
Running
on
T4
Running
on
T4
pablodawson
commited on
Commit
•
8b704ec
1
Parent(s):
091dbc1
Update requirements.txt
Browse files'LINEAR' was deprecated in the last Pillow version, and detectron2 uses this.
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -31,4 +31,5 @@ huggingface_hub
|
|
31 |
pytorch_lightning
|
32 |
tqdm
|
33 |
gradio==3.1.4
|
34 |
-
wget
|
|
|
|
31 |
pytorch_lightning
|
32 |
tqdm
|
33 |
gradio==3.1.4
|
34 |
+
wget
|
35 |
+
Pillow==9.5.0
|