Spaces:
Running on Zero
Running on Zero
Commit ·
1ea371c
1
Parent(s): e6de801
fix: downgrade pillow to 10.4.0 for Gradio 4.44.1 compatibility
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
torch==2.6.0
|
| 4 |
torchvision==0.21.0
|
| 5 |
triton==3.2.0
|
| 6 |
-
pillow==
|
| 7 |
imageio==2.37.2
|
| 8 |
imageio-ffmpeg==0.6.0
|
| 9 |
tqdm==4.67.1
|
|
|
|
| 3 |
torch==2.6.0
|
| 4 |
torchvision==0.21.0
|
| 5 |
triton==3.2.0
|
| 6 |
+
pillow==10.4.0
|
| 7 |
imageio==2.37.2
|
| 8 |
imageio-ffmpeg==0.6.0
|
| 9 |
tqdm==4.67.1
|