Spaces:
Sleeping
Sleeping
harupurito
commited on
Commit
•
55769b1
1
Parent(s):
749930a
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
SpeechRecognition
|
3 |
+
googletrans
|
4 |
+
gtts
|
5 |
+
pygobject
|
6 |
+
playsound
|
7 |
+
pydub
|
8 |
+
streamlit-mic-recorder
|
9 |
+
transformers
|
10 |
+
torch
|
11 |
+
torchvision
|
12 |
+
torchaudio
|