Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
gradio
|
| 3 |
+
pymupdf
|
| 4 |
+
python-docx
|
| 5 |
+
spacy
|
| 6 |
+
llama-cpp-python
|
| 7 |
+
huggingface-hub
|
| 8 |
+
fpdf2
|
| 9 |
+
diskcache
|
| 10 |
+
numpy
|
| 11 |
+
tqdm
|
| 12 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl
|