Spaces:
Build error
Build error
DSatishchandra
commited on
Commit
•
5ae0417
1
Parent(s):
07de9e8
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
gradio==3.0.0
|
2 |
gtts==2.2.3
|
3 |
-
speechrecognition==3.8.1
|
4 |
-
|
|
|
|
1 |
gradio==3.0.0
|
2 |
gtts==2.2.3
|
3 |
+
speechrecognition==3.8.1 # Optional, for other environments
|
4 |
+
transformers==4.30.0
|
5 |
+
torch==2.0.1
|