Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
gradio
|
2 |
xgboost
|
3 |
huggingface_hub
|
4 |
-
joblib
|
5 |
openai
|
6 |
scikit-learn
|
7 |
pandas
|
8 |
numpy
|
|
|
|
|
|
1 |
gradio
|
2 |
xgboost
|
3 |
huggingface_hub
|
|
|
4 |
openai
|
5 |
scikit-learn
|
6 |
pandas
|
7 |
numpy
|
8 |
+
transformers
|
9 |
+
|