Spaces:
Runtime error
Runtime error
MatheusHRV
commited on
Commit
•
9d6da97
1
Parent(s):
bbc3f19
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
transformers==4.37.1
|
|
|
2 |
streamlit==1.29.0
|
3 |
langchain==0.0.351
|
|
|
4 |
openai==1.5.0
|
5 |
streamlit-chat==0.0.2.2
|
6 |
python-dotenv==1.0.0
|
|
|
1 |
transformers==4.37.1
|
2 |
+
tensorflow
|
3 |
streamlit==1.29.0
|
4 |
langchain==0.0.351
|
5 |
+
torch
|
6 |
openai==1.5.0
|
7 |
streamlit-chat==0.0.2.2
|
8 |
python-dotenv==1.0.0
|