Spaces:
Runtime error
Runtime error
zejunyang
commited on
Commit
•
b6aa776
1
Parent(s):
29fa85f
update
Browse files- requirements.txt +10 -11
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
gradio
|
4 |
-
imageio==2.
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
tqdm==4.62.3
|
|
|
1 |
+
torch==1.12.1
|
2 |
+
torchvision==0.13.1
|
3 |
+
gradio==3.23.0
|
4 |
+
imageio==2.19.5
|
5 |
+
opencv-python==4.5.2.54
|
6 |
+
Pillow==9.2.0
|
7 |
+
PyYAML==6.0
|
8 |
+
scikit-image==0.19.3
|
9 |
+
scipy==1.8.1
|
10 |
+
tqdm==4.64.0
|
|