Spaces:
Sleeping
Sleeping
first commit
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
streamlit
|
2 |
pytube
|
3 |
moviepy
|
4 |
-
|
5 |
transformers
|
6 |
-
|
|
|
1 |
streamlit
|
2 |
pytube
|
3 |
moviepy
|
4 |
+
SpeechRecognition
|
5 |
transformers
|
6 |
+
torch # Required by transformers, ensure compatibility
|