Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pytesseract
|
| 2 |
+
qwen_vl_utils
|
| 3 |
+
transformers==4.38.2
|
| 4 |
+
optimum[graphcore]
|
| 5 |
+
auto-gptq
|
| 6 |
+
autoawq
|
| 7 |
+
gradio
|
| 8 |
+
pyodbc
|
| 9 |
+
sqlalchemy
|
| 10 |
+
azure-storage-blob
|
| 11 |
+
pymssql
|
| 12 |
+
flask
|
| 13 |
+
pandas
|
| 14 |
+
torch
|
| 15 |
+
opencv-python
|