kirikir13 commited on
Commit
61a9dbd
·
verified ·
1 Parent(s): 54011cb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -11
requirements.txt CHANGED
@@ -1,11 +1,6 @@
1
- # ---- Core ----
2
- gradio>=5.0.0
3
- spaces>=0.30.0
4
- huggingface_hub>=0.25.0
5
-
6
- # ---- llama-cpp-python is installed in the Dockerfile with CUDA wheel ----
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