Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,11 @@ transformers
|
|
| 2 |
sentencepiece
|
| 3 |
streamlit
|
| 4 |
torch
|
| 5 |
-
langchain
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
openai
|
| 7 |
unstructured
|
| 8 |
unstructured[local-inference]
|
|
|
|
| 2 |
sentencepiece
|
| 3 |
streamlit
|
| 4 |
torch
|
| 5 |
+
langchain
|
| 6 |
+
transformers[torch]
|
| 7 |
+
scipy
|
| 8 |
+
streamlit-option-menu
|
| 9 |
+
plotly
|
| 10 |
openai
|
| 11 |
unstructured
|
| 12 |
unstructured[local-inference]
|