Spaces:
Sleeping
Sleeping
Updated Requirements.txt
Browse filesAdded scikit-learn as a dependency.
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
gradio==5.43.1
|
| 2 |
-
numpy==1.26.4
|
|
|
|
|
|
| 1 |
gradio==5.43.1
|
| 2 |
+
numpy==1.26.4
|
| 3 |
+
scikit-learn==1.6.1
|