Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -3,3 +3,5 @@ httpx==0.24.0 # For making HTTP requests to APIs
|
|
| 3 |
pyyaml==6.0 # For parsing YAML API specs
|
| 4 |
transformers==4.33.2 # For Hugging Face LLM model interaction
|
| 5 |
torch==2.0.1 # Required for running Hugging Face models (depending on the model backend)
|
|
|
|
|
|
|
|
|
| 3 |
pyyaml==6.0 # For parsing YAML API specs
|
| 4 |
transformers==4.33.2 # For Hugging Face LLM model interaction
|
| 5 |
torch==2.0.1 # Required for running Hugging Face models (depending on the model backend)
|
| 6 |
+
PyMuPDF==1.22.5 # For extracting text from PDF files
|
| 7 |
+
python-docx==0.8.11 # For extracting text from DOC/DOCX files
|