Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
|
|
1 |
gradio
|
2 |
pandas
|
3 |
numpy
|
4 |
scikit-learn
|
5 |
plotly
|
6 |
bcrypt
|
7 |
-
|
8 |
-
joblib
|
|
|
1 |
+
openai>=1.0.0
|
2 |
gradio
|
3 |
pandas
|
4 |
numpy
|
5 |
scikit-learn
|
6 |
plotly
|
7 |
bcrypt
|
8 |
+
joblib
|
|