Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
gradio
|
2 |
-
torch
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
gtts
|
|
|
1 |
+
gradio>=4.44.0
|
2 |
+
torch>=2.4.0
|
3 |
+
speechrecognition>=3.10.4
|
4 |
+
groq>=0.9.0
|
5 |
+
gtts>=2.5.3
|
|