Spaces:
Running
Running
Update requirements.txt
#4
by
Harikrishna-Srinivasan - opened
- requirements.txt +8 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,8 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
-
huggingface_hub>=
|
| 3 |
-
transformers>=
|
| 4 |
-
torch
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
python-docx
|
| 10 |
-
pytesseract
|
| 11 |
-
Pillow
|
|
|
|
| 1 |
+
gradio>=6.8.0
|
| 2 |
+
huggingface_hub>=1.6.0
|
| 3 |
+
transformers>=5.3.0
|
| 4 |
+
torch
|
| 5 |
+
pymupdf
|
| 6 |
+
python-docx
|
| 7 |
+
Pillow
|
| 8 |
+
pytesseract
|
|
|
|
|
|
|
|
|