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