Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -9
requirements.txt
CHANGED
@@ -1,9 +1,4 @@
|
|
1 |
-
transformers
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
gradio # Gradio for web UI deployment
|
6 |
-
qwen_vl_utils # Utility package for Qwen-VL models (custom, may need local installation)
|
7 |
-
Pillow # For image processing
|
8 |
-
numpy # NumPy for numerical operations
|
9 |
-
spaces # Hugging Face Spaces integration for deployment
|
|
|
1 |
+
sentence-transformers
|
2 |
+
gradio
|
3 |
+
llama-cpp-python
|
4 |
+
PyMuPDF
|
|
|
|
|
|
|
|
|
|