Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -7,7 +7,6 @@ gTTS
|
|
7 |
numpy==1.23.5
|
8 |
opencv-contrib-python
|
9 |
opencv-python
|
10 |
-
torchvision
|
11 |
tqdm
|
12 |
numba
|
13 |
basicsr>=1.4.2
|
@@ -16,8 +15,9 @@ lmdb
|
|
16 |
pyyaml
|
17 |
scipy
|
18 |
tb-nightly
|
19 |
-
torch>=1.7
|
20 |
yapf
|
21 |
realesrgan
|
22 |
face-detection
|
23 |
-
face-alignment
|
|
|
|
|
|
7 |
numpy==1.23.5
|
8 |
opencv-contrib-python
|
9 |
opencv-python
|
|
|
10 |
tqdm
|
11 |
numba
|
12 |
basicsr>=1.4.2
|
|
|
15 |
pyyaml
|
16 |
scipy
|
17 |
tb-nightly
|
|
|
18 |
yapf
|
19 |
realesrgan
|
20 |
face-detection
|
21 |
+
face-alignment==1.3.5
|
22 |
+
torch==2.0.1
|
23 |
+
torchvision==0.15.2
|