Spaces:
Sleeping
Sleeping
Deploy Gradio app
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,6 +3,7 @@ pymupdf>=1.23.0
|
|
| 3 |
python-docx>=1.1.0
|
| 4 |
openpyxl>=3.1.0
|
| 5 |
gradio==4.44.1
|
|
|
|
| 6 |
pandas>=2.0.0
|
| 7 |
numpy>=1.24.0
|
| 8 |
scikit-learn>=1.3.0
|
|
|
|
| 3 |
python-docx>=1.1.0
|
| 4 |
openpyxl>=3.1.0
|
| 5 |
gradio==4.44.1
|
| 6 |
+
huggingface_hub==0.25.2
|
| 7 |
pandas>=2.0.0
|
| 8 |
numpy>=1.24.0
|
| 9 |
scikit-learn>=1.3.0
|