Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
-
torch
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
gtts
|
7 |
-
python-dotenv>=1.0.0
|
8 |
-
numpy>=1.22.0
|
|
|
1 |
+
streamlit
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
transformers
|
5 |
+
Pillow
|
6 |
+
gtts
|
|
|
|