Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
streamlit
|
2 |
-
torch
|
3 |
-
transformers
|
4 |
-
|
5 |
-
|
|
|
1 |
+
streamlit==1.24.0
|
2 |
+
torch==2.0.1
|
3 |
+
transformers==4.32.0
|
4 |
+
soundfile==0.11.0
|
5 |
+
pyttsx3==2.90
|