Spaces:
Runtime error
Runtime error
Update requirement.txt
Browse files- requirement.txt +17 -16
requirement.txt
CHANGED
@@ -1,16 +1,17 @@
|
|
1 |
-
# Essential dependencies for OCR and model processing
|
2 |
-
pytesseract
|
3 |
-
transformers==4.38.2
|
4 |
-
qwen_vl_utils
|
5 |
-
auto-gptq
|
6 |
-
autoawq
|
7 |
-
optimum[graphcore]
|
8 |
-
gradio
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
1 |
+
# Essential dependencies for OCR and model processing
|
2 |
+
pytesseract
|
3 |
+
transformers==4.38.2
|
4 |
+
qwen_vl_utils
|
5 |
+
auto-gptq
|
6 |
+
autoawq
|
7 |
+
optimum[graphcore]
|
8 |
+
gradio
|
9 |
+
flask
|
10 |
+
|
11 |
+
# For SQL Server connectivity and data handling
|
12 |
+
pyodbc
|
13 |
+
sqlalchemy
|
14 |
+
azure-storage-blob
|
15 |
+
|
16 |
+
# Optional: Direct installation from GitHub (ensure compatibility)
|
17 |
+
git+https://github.com/huggingface/transformers.git#egg=transformers
|