Spaces:
Running
Running
FoodDesert
commited on
Commit
•
7552323
1
Parent(s):
a12b51f
Upload requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
|
2 |
-
numpy==1.25.1
|
3 |
-
scikit-learn==1.2.2
|
4 |
-
h5py==3.8.0
|
5 |
-
joblib==1.2.0
|
6 |
-
compress-fasttext
|
7 |
-
lark-parser
|
8 |
-
scipy==1.12.0
|
9 |
-
gensim==4.3.2
|
|
|
1 |
+
gradio==4.29.0
|
2 |
+
numpy==1.25.1
|
3 |
+
scikit-learn==1.2.2
|
4 |
+
h5py==3.8.0
|
5 |
+
joblib==1.2.0
|
6 |
+
compress-fasttext
|
7 |
+
lark-parser
|
8 |
+
scipy==1.12.0
|
9 |
+
gensim==4.3.2
|