Update requirements.txt
Browse files- requirements.txt +5 -14
requirements.txt
CHANGED
@@ -1,14 +1,5 @@
|
|
1 |
-
gradio
|
2 |
-
torch
|
3 |
-
transformers
|
4 |
-
torchaudio
|
5 |
-
|
6 |
-
pygame
|
7 |
-
pydub
|
8 |
-
sounddevice
|
9 |
-
soundfile
|
10 |
-
gtts
|
11 |
-
huggingsound
|
12 |
-
soundfile
|
13 |
-
kenlm
|
14 |
-
pyctcdecode
|
|
|
1 |
+
gradio==4.44.0
|
2 |
+
torch==2.0.1
|
3 |
+
transformers==4.33.0
|
4 |
+
torchaudio==2.0.2
|
5 |
+
gtts==2.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|