Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -3,12 +3,10 @@ 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
|
|
|
|
3 |
python-dotenv
|
4 |
pytz
|
5 |
|
|
|
|
|
|
|
6 |
numpy
|
7 |
opencv-python
|
8 |
Pillow
|
9 |
torch>=1.7
|
10 |
+
torchvision>=0.8.0
|
11 |
+
tqdm
|
12 |
+
huggingface-hub
|