Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -3,5 +3,10 @@ torch
|
|
3 |
pdfplumber
|
4 |
Pillow
|
5 |
pytesseract
|
6 |
-
|
|
|
|
|
|
|
|
|
7 |
gradio
|
|
|
|
3 |
pdfplumber
|
4 |
Pillow
|
5 |
pytesseract
|
6 |
+
faiss-cpu
|
7 |
+
nltk
|
8 |
+
spacy
|
9 |
+
speechrecognition
|
10 |
+
gtts
|
11 |
gradio
|
12 |
+
sentence-transformers
|