Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
2587b82
1
Parent(s):
f7acea1
Update requirements.txt
Browse files- requirements.txt +13 -4
requirements.txt
CHANGED
@@ -1,11 +1,20 @@
|
|
1 |
basicsr>=1.3.3.10
|
2 |
facexlib>=0.2.0.2
|
3 |
-
|
4 |
numpy
|
5 |
-
opencv-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
pyyaml
|
|
|
|
|
|
|
7 |
tb-nightly
|
8 |
-
torch>=1.7
|
9 |
-
torchvision
|
10 |
tqdm
|
11 |
yapf
|
|
|
|
1 |
basicsr>=1.3.3.10
|
2 |
facexlib>=0.2.0.2
|
3 |
+
torch
|
4 |
numpy
|
5 |
+
opencv-python-headless
|
6 |
+
setuptools
|
7 |
+
Pillow
|
8 |
+
gradio
|
9 |
+
torchvision
|
10 |
+
addict
|
11 |
+
future
|
12 |
+
lmdb
|
13 |
pyyaml
|
14 |
+
requests
|
15 |
+
scikit-image
|
16 |
+
scipy
|
17 |
tb-nightly
|
|
|
|
|
18 |
tqdm
|
19 |
yapf
|
20 |
+
psutil
|