Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ streamlit==1.18.0
|
|
2 |
pymupdf==1.22.5
|
3 |
transformers==4.28.0
|
4 |
pandas==1.5.0
|
5 |
-
numpy==1.23.0
|
|
|
|
2 |
pymupdf==1.22.5
|
3 |
transformers==4.28.0
|
4 |
pandas==1.5.0
|
5 |
+
numpy==1.23.0
|
6 |
+
huggingface_hub==0.10.1 # Add this line to install the Hugging Face hub package
|