Spaces:
Runtime error
Runtime error
| streamlit==1.25.0 # Ensure you are using the latest stable version | |
| httpx==0.24.0 # For making HTTP requests to APIs | |
| pyyaml==6.0 # For parsing YAML API specs | |
| transformers==4.33.2 # For Hugging Face LLM model interaction | |
| torch==2.0.1 # Required for running Hugging Face models (depending on the model backend) | |
| PyMuPDF==1.22.5 # For extracting text from PDF files | |
| python-docx==0.8.11 # For extracting text from DOC/DOCX files |