Spaces:
Paused
Paused
Changed requirements so I can run it locally
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -4,7 +4,7 @@ torchvision==0.13.1
|
|
| 4 |
numpy==1.23.1
|
| 5 |
transformers==4.26.1
|
| 6 |
albumentations==1.3.0
|
| 7 |
-
opencv-contrib-python==4.
|
| 8 |
imageio==2.9.0
|
| 9 |
imageio-ffmpeg==0.4.2
|
| 10 |
pytorch-lightning==1.5.0
|
|
|
|
| 4 |
numpy==1.23.1
|
| 5 |
transformers==4.26.1
|
| 6 |
albumentations==1.3.0
|
| 7 |
+
opencv-contrib-python==4.7.0.72
|
| 8 |
imageio==2.9.0
|
| 9 |
imageio-ffmpeg==0.4.2
|
| 10 |
pytorch-lightning==1.5.0
|