Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -17
requirements.txt
CHANGED
@@ -1,20 +1,6 @@
|
|
1 |
-
|
2 |
-
datasets
|
3 |
-
torch
|
4 |
-
gtts
|
5 |
-
spicy
|
6 |
-
soundfile
|
7 |
-
setuptools
|
8 |
-
pyaudio
|
9 |
-
librosa
|
10 |
-
gradio
|
11 |
numpy
|
12 |
-
|
13 |
-
audiorecorder
|
14 |
-
streamlit-audiorecorder
|
15 |
SpeechRecognition
|
16 |
-
sentencepiece
|
17 |
huggingface-hub
|
18 |
-
|
19 |
-
streamlit_mic_recorder
|
20 |
-
jpype1
|
|
|
1 |
+
pydub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
numpy
|
3 |
+
gtts
|
|
|
|
|
4 |
SpeechRecognition
|
|
|
5 |
huggingface-hub
|
6 |
+
streamlit_mic_recorder
|
|
|
|