add requirement for gradio
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
hopsworks
|
2 |
joblib
|
3 |
-
scikit-learn==1.1.1
|
|
|
|
1 |
hopsworks
|
2 |
joblib
|
3 |
+
scikit-learn==1.1.1
|
4 |
+
gradio
|