Spaces:
Build error
Build error
Commit
·
51d3967
1
Parent(s):
9484685
third iteration
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
gradio==3.50.2
|
2 |
transformers==4.40.1
|
3 |
sentence-transformers==2.2.2
|
|
|
4 |
torch>=1.13.0
|
5 |
faiss-cpu==1.7.4
|
6 |
PyMuPDF==1.23.21
|
|
|
1 |
gradio==3.50.2
|
2 |
transformers==4.40.1
|
3 |
sentence-transformers==2.2.2
|
4 |
+
huggingface-hub==0.14.1 # ✅ compatible with cached_download
|
5 |
torch>=1.13.0
|
6 |
faiss-cpu==1.7.4
|
7 |
PyMuPDF==1.23.21
|