Update requirements.txt
Browse files- requirements.txt +6 -11
requirements.txt
CHANGED
@@ -2,14 +2,9 @@ gradio==4.5.0
|
|
2 |
moviepy==1.0.3
|
3 |
gtts==2.5.0
|
4 |
transformers==4.36.1
|
5 |
-
torch==2.
|
6 |
-
torchaudio==2.
|
7 |
-
librosa
|
8 |
-
numpy
|
9 |
-
|
10 |
-
|
11 |
-
imageio==2.37.0
|
12 |
-
imageio-ffmpeg==0.6.0
|
13 |
-
tqdm==4.67.1
|
14 |
-
psutil==5.9.8
|
15 |
-
python-dotenv==1.0.1
|
|
|
2 |
moviepy==1.0.3
|
3 |
gtts==2.5.0
|
4 |
transformers==4.36.1
|
5 |
+
torch==2.6.0
|
6 |
+
torchaudio==2.6.0
|
7 |
+
librosa
|
8 |
+
numpy
|
9 |
+
ffmpeg-python
|
10 |
+
pydub
|
|
|
|
|
|
|
|
|
|