Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
streamlit
|
2 |
-
gradio==4.7.1
|
3 |
-
spacy==3.7.2
|
4 |
-
pdfplumber==0.10.3
|
5 |
-
pytesseract==0.3.10
|
6 |
-
Pillow==10.1.0
|
7 |
-
pdf2image==1.16.3
|
|
|
1 |
streamlit
|
2 |
+
gradio == 4.7.1
|
3 |
+
spacy == 3.7.2
|
4 |
+
pdfplumber == 0.10.3
|
5 |
+
pytesseract == 0.3.10
|
6 |
+
Pillow == 10.1.0
|
7 |
+
pdf2image == 1.16.3
|