Update requirements.txt
Browse files- requirements.txt +6 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
# ---- File parsers (also installed in Dockerfile for clarity) ----
|
| 9 |
-
python-docx>=1.0.0 # .docx Word documents
|
| 10 |
-
pdfplumber>=0.11.0 # .pdf extraction
|
| 11 |
-
chardet>=5.2.0 # encoding detection fallback
|
|
|
|
| 1 |
+
gradio>=5.0
|
| 2 |
+
huggingface-hub
|
| 3 |
+
llama-cpp-python
|
| 4 |
+
python-docx
|
| 5 |
+
pdfplumber
|
| 6 |
+
chardet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|