Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
PyPDF2
|
6 |
-
|
7 |
-
SpeechRecognition
|
8 |
-
pydub
|
|
|
1 |
+
streamlit==1.27.0
|
2 |
+
transformers==4.34.0
|
3 |
+
pytesseract==0.3.10
|
4 |
+
Pillow==10.0.0
|
5 |
+
PyPDF2==3.0.1
|
6 |
+
torch==2.0.1
|
|
|
|