Spaces:
Runtime error
Runtime error
Ahmadkhan12
commited on
Update requirements.txt
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
gradio
|
2 |
-
moviepy
|
3 |
-
torch
|
4 |
-
torchaudio
|
5 |
-
soundfile
|
6 |
-
pillow
|
7 |
-
numpy
|
8 |
-
scipy
|
9 |
-
requests
|
10 |
-
audiocraft
|
11 |
-
spacy
|
12 |
-
pydantic
|
13 |
-
librosa
|
14 |
-
numba
|
|
|
1 |
+
gradio==3.36.0
|
2 |
+
moviepy==1.0.3
|
3 |
+
torch==2.0.1
|
4 |
+
torchaudio==2.0.2
|
5 |
+
soundfile==0.12.1
|
6 |
+
pillow==10.0.0
|
7 |
+
numpy==1.23.5
|
8 |
+
scipy==1.10.1
|
9 |
+
requests==2.31.0
|
10 |
+
audiocraft==1.0.0
|
11 |
+
spacy==3.5.2
|
12 |
+
pydantic==1.10.13
|
13 |
+
librosa==0.10.1
|
14 |
+
numba==0.58.1
|