Update requirements.txt
Browse files- requirements.txt +4 -16
requirements.txt
CHANGED
@@ -1,19 +1,7 @@
|
|
|
|
|
|
1 |
gradio
|
2 |
-
torch
|
3 |
-
transformers
|
4 |
soundfile
|
5 |
-
librosa
|
6 |
-
TTS
|
7 |
-
playsound
|
8 |
-
gtts
|
9 |
pyttsx3
|
10 |
-
|
11 |
-
|
12 |
-
git+https://github.com/huggingface/transformers.git
|
13 |
-
torch
|
14 |
-
torchaudio
|
15 |
-
sentencepiece
|
16 |
-
soundfile
|
17 |
-
samplerate
|
18 |
-
librosa
|
19 |
-
resampy
|
|
|
1 |
+
huggingface_hub==0.22.2
|
2 |
+
gtts
|
3 |
gradio
|
|
|
|
|
4 |
soundfile
|
|
|
|
|
|
|
|
|
5 |
pyttsx3
|
6 |
+
google-cloud-texttospeech
|
7 |
+
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|