Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
streamlit
|
| 2 |
-
pandas
|
| 3 |
-
numpy
|
| 4 |
-
nltk
|
| 5 |
-
transformers
|
| 6 |
-
torch
|
| 7 |
-
wordcloud
|
| 8 |
-
matplotlib
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
+
pandas
|
| 3 |
+
numpy
|
| 4 |
+
nltk
|
| 5 |
+
transformers
|
| 6 |
+
torch
|
| 7 |
+
wordcloud
|
| 8 |
+
matplotlib
|
| 9 |
+
speechrecognition
|
| 10 |
+
gtts
|
| 11 |
+
sounddevice
|