Spaces:
Sleeping
Sleeping
avengers27
commited on
Commit
•
0c0aea9
1
Parent(s):
2fb040e
Update requirements.txt
Browse files- requirements.txt +10 -13
requirements.txt
CHANGED
@@ -1,13 +1,10 @@
|
|
1 |
-
streamlit==1.22.0
|
2 |
-
streamlit-chat==0.0.2.2
|
3 |
-
langchain==0.0.184
|
4 |
-
pdfplumber==0.8.0
|
5 |
-
python-docx2txt==0.8
|
6 |
-
langchain-groq==0.0.1
|
7 |
-
python-dotenv==1.0.0
|
8 |
-
easygoogletranslate==0.0.4
|
9 |
-
SpeechRecognition==3.10.0
|
10 |
-
gTTS==2.3.1
|
11 |
-
torch==1.9.0+cpu
|
12 |
-
-f https://download.pytorch.org/whl/torch_stable.html
|
13 |
-
faiss-cpu==1.7.2
|
|
|
1 |
+
streamlit==1.22.0
|
2 |
+
streamlit-chat==0.0.2.2
|
3 |
+
langchain==0.0.184
|
4 |
+
pdfplumber==0.8.0
|
5 |
+
python-docx2txt==0.8
|
6 |
+
langchain-groq==0.0.1
|
7 |
+
python-dotenv==1.0.0
|
8 |
+
easygoogletranslate==0.0.4
|
9 |
+
SpeechRecognition==3.10.0
|
10 |
+
gTTS==2.3.1
|
|
|
|
|
|