Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
numpy
|
3 |
+
torchvision
|
4 |
+
dominate>=2.4.0
|
5 |
+
facexlib>=0.2.0.3
|
6 |
+
opencv-python
|
7 |
+
Pillow
|
8 |
+
tqdm
|
9 |
+
imageio
|
10 |
+
easydict
|