Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +18 -17
requirements.txt
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
torchaudio
|
| 3 |
torchvision
|
| 4 |
-
numpy
|
| 5 |
-
scipy
|
| 6 |
numba
|
| 7 |
-
yacs
|
| 8 |
-
joblib
|
| 9 |
pyyaml
|
| 10 |
-
imageio
|
| 11 |
-
imageio-ffmpeg
|
| 12 |
-
scikit-image
|
| 13 |
-
opencv-python
|
| 14 |
-
facexlib
|
| 15 |
-
gfpgan
|
| 16 |
-
face_alignment
|
| 17 |
-
librosa
|
| 18 |
-
pydub
|
| 19 |
-
resampy
|
| 20 |
-
kornia
|
| 21 |
-
gradio==3.50.2
|
| 22 |
requests
|
| 23 |
-
safetensors
|
|
|
|
| 1 |
+
setuptools
|
| 2 |
+
wheel
|
| 3 |
torch
|
| 4 |
torchaudio
|
| 5 |
torchvision
|
| 6 |
+
numpy
|
| 7 |
+
scipy
|
| 8 |
numba
|
| 9 |
+
yacs
|
| 10 |
+
joblib
|
| 11 |
pyyaml
|
| 12 |
+
imageio
|
| 13 |
+
imageio-ffmpeg
|
| 14 |
+
scikit-image
|
| 15 |
+
opencv-python
|
| 16 |
+
facexlib
|
| 17 |
+
gfpgan
|
| 18 |
+
face_alignment
|
| 19 |
+
librosa
|
| 20 |
+
pydub
|
| 21 |
+
resampy
|
| 22 |
+
kornia
|
|
|
|
| 23 |
requests
|
| 24 |
+
safetensors
|