Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
|
|
| 1 |
gradio>=4.14.0
|
| 2 |
torch==2.1.2
|
| 3 |
torchvision==0.16.2
|
| 4 |
-
pillow
|
|
|
|
| 1 |
+
numpy<2
|
| 2 |
gradio>=4.14.0
|
| 3 |
torch==2.1.2
|
| 4 |
torchvision==0.16.2
|
| 5 |
+
pillow
|