Spaces:
Runtime error
Runtime error
Commit
·
1e67c2b
1
Parent(s):
e84179b
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.24.1
|
| 2 |
+
joblib==1.1.1
|
| 3 |
+
scikit-learn==1.2.2
|
| 4 |
+
seaborn==0.12.2
|
| 5 |
+
numpy==1.22.4
|
| 6 |
+
pandas==1.4.4
|