Spaces:
Sleeping
Sleeping
caixiaoshun
commited on
Commit
·
799cb75
1
Parent(s):
d7be6a9
新加入torchvision,torchaudio,不加就报错,加了也没啥用
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
gradio==4.40.0
|
2 |
-
torch==2.3.1
|
3 |
opencv-python==4.10.0.84
|
4 |
pillow==10.4.0
|
5 |
albumentations==1.4.12
|
6 |
image_dehazer==0.0.9
|
7 |
einops==0.8.0
|
8 |
yacs==0.1.8
|
9 |
-
omegaconf==2.3.0
|
|
|
|
|
|
|
|
1 |
gradio==4.40.0
|
|
|
2 |
opencv-python==4.10.0.84
|
3 |
pillow==10.4.0
|
4 |
albumentations==1.4.12
|
5 |
image_dehazer==0.0.9
|
6 |
einops==0.8.0
|
7 |
yacs==0.1.8
|
8 |
+
omegaconf==2.3.0
|
9 |
+
torch
|
10 |
+
torchvision
|
11 |
+
torchaudio
|