Spaces:
Sleeping
Sleeping
Commit
·
ab81148
1
Parent(s):
f545d97
adding requirement file
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.12.0
|
2 |
+
joblib==1.3.2
|
3 |
+
pandas==2.0.3
|
4 |
+
regex==2023.6.3
|
5 |
+
nltk==3.8.5
|
6 |
+
numpy==1.25.0
|
7 |
+
scikit-learn==1.3.0
|