Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +15 -1
requirements.txt
CHANGED
@@ -1,4 +1,18 @@
|
|
1 |
requests
|
2 |
pillow
|
3 |
deep-translator
|
4 |
-
langdetect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
requests
|
2 |
pillow
|
3 |
deep-translator
|
4 |
+
langdetect
|
5 |
+
|
6 |
+
torch>=1.7
|
7 |
+
basicsr>=1.4.2
|
8 |
+
facexlib>=0.2.5
|
9 |
+
gfpgan==1.3.7
|
10 |
+
realesrgan>=0.2.5
|
11 |
+
numpy
|
12 |
+
opencv-python
|
13 |
+
torchvision
|
14 |
+
scipy
|
15 |
+
tqdm
|
16 |
+
lmdb
|
17 |
+
pyyaml
|
18 |
+
yapf
|