Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +13 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
gradio
|
| 4 |
-
pandas
|
| 5 |
-
sentence-transformers
|
| 6 |
-
pytesseract
|
| 7 |
-
pypdf2
|
| 8 |
-
pdf2image
|
| 9 |
-
python-docx
|
| 10 |
-
pillow
|
| 11 |
-
datasets
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
gradio==4.44.1
|
| 4 |
+
pandas
|
| 5 |
+
sentence-transformers==2.7.0
|
| 6 |
+
pytesseract
|
| 7 |
+
pypdf2
|
| 8 |
+
pdf2image
|
| 9 |
+
python-docx
|
| 10 |
+
pillow
|
| 11 |
+
datasets
|
| 12 |
+
huggingface_hub==0.23.5
|
| 13 |
+
scikit-learn
|