Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
@@ -1,4 +1,14 @@
|
|
1 |
discord
|
2 |
requests
|
3 |
python-dotenv
|
4 |
-
pytz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
discord
|
2 |
requests
|
3 |
python-dotenv
|
4 |
+
pytz
|
5 |
+
|
6 |
+
basicsr>=1.4.2
|
7 |
+
facexlib>=0.2.5
|
8 |
+
gfpgan>=1.3.5
|
9 |
+
numpy
|
10 |
+
opencv-python
|
11 |
+
Pillow
|
12 |
+
torch>=1.7
|
13 |
+
torchvision
|
14 |
+
tqdm
|