Spaces:
Build error
Build error
Update requirements for Gradio 4.x compatibility
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
torch==
|
| 2 |
-
torchvision==0.
|
| 3 |
-
torchaudio==0.
|
| 4 |
-
numpy==1.
|
| 5 |
-
face_alignment==1.3.
|
| 6 |
imageio==2.19.3
|
| 7 |
imageio-ffmpeg==0.4.7
|
| 8 |
-
librosa==0.
|
| 9 |
-
numba
|
| 10 |
resampy==0.3.1
|
| 11 |
pydub==0.25.1
|
| 12 |
scipy
|
|
@@ -21,4 +21,5 @@ facexlib==0.3.0
|
|
| 21 |
dlib-bin
|
| 22 |
gfpgan
|
| 23 |
av
|
| 24 |
-
safetensors
|
|
|
|
|
|
| 1 |
+
torch==2.0.1
|
| 2 |
+
torchvision==0.15.2
|
| 3 |
+
torchaudio==2.0.2
|
| 4 |
+
numpy==1.24.3
|
| 5 |
+
face_alignment==1.3.5
|
| 6 |
imageio==2.19.3
|
| 7 |
imageio-ffmpeg==0.4.7
|
| 8 |
+
librosa==0.9.2
|
| 9 |
+
numba
|
| 10 |
resampy==0.3.1
|
| 11 |
pydub==0.25.1
|
| 12 |
scipy
|
|
|
|
| 21 |
dlib-bin
|
| 22 |
gfpgan
|
| 23 |
av
|
| 24 |
+
safetensors
|
| 25 |
+
gradio>=4.0.0
|