Spaces:
Sleeping
Sleeping
fix
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
|
|
|
|
1 |
numpy==1.23.1
|
2 |
gradio==3.39.0
|
3 |
albumentations==1.3.0
|
4 |
imageio==2.9.0
|
5 |
imageio-ffmpeg==0.4.2
|
6 |
-
torch==1.12.1
|
7 |
-
torchvision==0.13.1
|
8 |
pytorch-lightning==1.5.0
|
9 |
omegaconf==2.1.1
|
10 |
test-tube>=0.7.5
|
@@ -14,7 +14,6 @@ webdataset==0.2.5
|
|
14 |
kornia==0.6
|
15 |
open_clip_torch==2.0.2
|
16 |
invisible-watermark>=0.1.5
|
17 |
-
streamlit-drawable-canvas==0.8.0
|
18 |
torchmetrics==0.6.0
|
19 |
timm==0.6.12
|
20 |
addict==2.4.0
|
|
|
1 |
+
torch==1.12.1
|
2 |
+
torchvision==0.13.1
|
3 |
numpy==1.23.1
|
4 |
gradio==3.39.0
|
5 |
albumentations==1.3.0
|
6 |
imageio==2.9.0
|
7 |
imageio-ffmpeg==0.4.2
|
|
|
|
|
8 |
pytorch-lightning==1.5.0
|
9 |
omegaconf==2.1.1
|
10 |
test-tube>=0.7.5
|
|
|
14 |
kornia==0.6
|
15 |
open_clip_torch==2.0.2
|
16 |
invisible-watermark>=0.1.5
|
|
|
17 |
torchmetrics==0.6.0
|
18 |
timm==0.6.12
|
19 |
addict==2.4.0
|