Commit
·
adbbb52
1
Parent(s):
fac06d0
added missing modules in requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
hopsworks
|
2 |
joblib
|
3 |
scikit-learn==1.1.1
|
4 |
-
httpx==0.24.1
|
|
|
|
|
|
1 |
hopsworks
|
2 |
joblib
|
3 |
scikit-learn==1.1.1
|
4 |
+
httpx==0.24.1
|
5 |
+
gradio
|
6 |
+
transformers
|