Spaces:
Sleeping
Sleeping
fix
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
- pytorch==1.12.1
|
2 |
-
- torchvision==0.13.1
|
3 |
- numpy==1.23.1
|
4 |
- gradio==3.39.0
|
5 |
- albumentations==1.3.0
|
6 |
- opencv-contrib-python==4.3.0.36
|
7 |
- imageio==2.9.0
|
8 |
- imageio-ffmpeg==0.4.2
|
|
|
|
|
9 |
- pytorch-lightning==1.5.0
|
10 |
- omegaconf==2.1.1
|
11 |
- test-tube>=0.7.5
|
|
|
|
|
|
|
1 |
- numpy==1.23.1
|
2 |
- gradio==3.39.0
|
3 |
- albumentations==1.3.0
|
4 |
- opencv-contrib-python==4.3.0.36
|
5 |
- imageio==2.9.0
|
6 |
- imageio-ffmpeg==0.4.2
|
7 |
+
- torch==1.12.1
|
8 |
+
- torchvision==0.13.1
|
9 |
- pytorch-lightning==1.5.0
|
10 |
- omegaconf==2.1.1
|
11 |
- test-tube>=0.7.5
|