Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +13 -14
requirements.txt
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
-
gradio>=3.
|
2 |
-
pandas
|
3 |
-
PyPDF2
|
4 |
-
pymupdf
|
5 |
-
pytesseract
|
6 |
-
pillow
|
7 |
-
|
8 |
-
torch
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
plotly>=5.0.0
|
|
|
1 |
+
gradio>=3.0.0
|
2 |
+
pandas
|
3 |
+
PyPDF2
|
4 |
+
pymupdf
|
5 |
+
pytesseract
|
6 |
+
pillow
|
7 |
+
transformers
|
8 |
+
torch
|
9 |
+
huggingface-hub
|
10 |
+
pdfplumber
|
11 |
+
matplotlib
|
12 |
+
plotly
|
13 |
+
python-dotenv
|
|