Spaces:
Runtime error
Runtime error
Added torchvision to requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,5 @@ gradio==5.7.1
|
|
| 3 |
numpy==1.26.4
|
| 4 |
pandas==2.2.2
|
| 5 |
piexif==1.1.3
|
| 6 |
-
pillow==11.0.0
|
|
|
|
|
|
| 3 |
numpy==1.26.4
|
| 4 |
pandas==2.2.2
|
| 5 |
piexif==1.1.3
|
| 6 |
+
pillow==11.0.0
|
| 7 |
+
torchvision==0.20.1
|