krushna123 commited on
Commit
579de47
·
verified ·
1 Parent(s): ba1e688

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -12
requirements.txt CHANGED
@@ -1,15 +1,10 @@
1
- numpy
2
- pandas
 
 
3
  scikit-learn
4
- matplotlib
5
  seaborn
6
- nltk
7
- textblob
8
  wordcloud
9
- transformers
10
- torch
11
- Pillow
12
- gradio==3.50.0
13
- transformers==4.x.x
14
- pandas==1.5.x
15
- nltk==3.x.x
 
1
+ transformers>=4.0.0
2
+ torch
3
+ gradio
4
+ nltk
5
  scikit-learn
6
+ pandas
7
  seaborn
8
+ matplotlib
 
9
  wordcloud
10
+ textblob