Spaces:
Runtime error
Runtime error
Fix
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -17,3 +17,7 @@ regex>=2023.10.3
|
|
17 |
numexpr
|
18 |
torch
|
19 |
pdfminer.six
|
|
|
|
|
|
|
|
|
|
17 |
numexpr
|
18 |
torch
|
19 |
pdfminer.six
|
20 |
+
transformers>=4.0.0
|
21 |
+
duckduckgo-search>=0.8
|
22 |
+
beautifulsoup4>=4.12.0
|
23 |
+
html2text>=2020.1.16
|