Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.16.0
|
2 |
+
transformers==4.30.0
|
3 |
+
torch==2.0.1
|
4 |
+
faiss-cpu==1.7.2
|
5 |
+
PyPDF2==1.210
|
6 |
+
SpeechRecognition==3.8.1
|
7 |
+
gtts==2.2.3
|