Spaces:
Paused
Paused
Upload requirements.txt
Browse files- requirements.txt +22 -24
requirements.txt
CHANGED
|
@@ -1,25 +1,23 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
av
|
| 24 |
-
safetensors
|
| 25 |
TTS
|
|
|
|
| 1 |
+
numpy
|
| 2 |
+
face_alignment
|
| 3 |
+
imageio
|
| 4 |
+
imageio-ffmpeg
|
| 5 |
+
librosa
|
| 6 |
+
numba
|
| 7 |
+
resampy
|
| 8 |
+
pydub
|
| 9 |
+
scipy
|
| 10 |
+
kornia
|
| 11 |
+
tqdm
|
| 12 |
+
yacs
|
| 13 |
+
pyyaml
|
| 14 |
+
joblib
|
| 15 |
+
scikit-image
|
| 16 |
+
facexlib
|
| 17 |
+
git+https://github.com/XPixelGroup/BasicSR
|
| 18 |
+
git+https://github.com/TencentARC/GFPGAN
|
| 19 |
+
av
|
| 20 |
+
safetensors
|
| 21 |
+
torch
|
| 22 |
+
torchvision
|
|
|
|
|
|
|
| 23 |
TTS
|