Spaces:
Runtime error
Runtime error
| # Essential dependencies for OCR and model processing | |
| pytesseract | |
| transformers==4.38.2 | |
| qwen_vl_utils | |
| auto-gptq | |
| autoawq | |
| optimum[graphcore] | |
| gradio | |
| flask | |
| # For SQL Server connectivity and data handling | |
| pyodbc | |
| sqlalchemy | |
| azure-storage-blob | |
| # Optional: Direct installation from GitHub (ensure compatibility) | |
| git+https://github.com/huggingface/transformers.git#egg=transformers | |