FoodDesert commited on
Commit
3140571
·
verified ·
1 Parent(s): 0336edb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -9
requirements.txt CHANGED
@@ -1,9 +1,15 @@
1
- gradio==4.44.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
+
2
+ gradio==4.44.1
3
+ gradio-client==1.3.0
4
+ fastapi==0.116.1
5
+ starlette==0.47.3
6
+
7
+ numpy==1.25.1
8
+ scikit-learn==1.2.2
9
+ h5py==3.8.0
10
+ joblib==1.2.0
11
+ compress-fasttext
12
+ lark-parser
13
+ scipy==1.12.0
14
+ gensim==4.3.2
15
+