Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
openai>=1.0.0
|
2 |
-
python-dotenv
|
3 |
streamlit
|
|
|
|
|
|
|
4 |
pandas
|
5 |
scikit-learn
|
6 |
scipy
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
+
python-dotenv
|
5 |
pandas
|
6 |
scikit-learn
|
7 |
scipy
|