Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
pandas
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 1 |
+
gradio==4.12.0
|
| 2 |
+
numpy==1.26.2
|
| 3 |
+
pandas==2.1.3
|
| 4 |
+
scikit-learn==1.3.2
|
| 5 |
+
joblib==1.3.2
|
| 6 |
+
huggingface-hub==0.20.2
|