nehakothari commited on
Commit
3a1b414
·
verified ·
1 Parent(s): e13c6b0

Update requirement.txt

Browse files
Files changed (1) hide show
  1. 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
- # For SQL Server connectivity and data handling
11
- pyodbc
12
- sqlalchemy
13
- azure-storage-blob
14
-
15
- # Optional: Direct installation from GitHub (ensure compatibility)
16
- git+https://github.com/huggingface/transformers.git#egg=transformers
 
 
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