Spaces:
Runtime error
Runtime error
ali-ghamdan
commited on
Commit
·
46a64a9
1
Parent(s):
26626a1
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
basicsr>=1.3.4.0
|
2 |
facexlib>=0.2.3
|
3 |
lmdb
|
@@ -6,7 +15,6 @@ opencv-python
|
|
6 |
pyyaml
|
7 |
scipy
|
8 |
tb-nightly
|
9 |
-
torch>=1.7
|
10 |
torchvision
|
11 |
tqdm
|
12 |
yapf
|
|
|
1 |
+
torch
|
2 |
+
numpy
|
3 |
+
setuptools
|
4 |
+
Pillow
|
5 |
+
gradio
|
6 |
+
torchvision
|
7 |
+
lmdb
|
8 |
+
pyyaml
|
9 |
+
matplotlib
|
10 |
basicsr>=1.3.4.0
|
11 |
facexlib>=0.2.3
|
12 |
lmdb
|
|
|
15 |
pyyaml
|
16 |
scipy
|
17 |
tb-nightly
|
|
|
18 |
torchvision
|
19 |
tqdm
|
20 |
yapf
|