rocky250 commited on
Commit
3bd6918
·
verified ·
1 Parent(s): ac6b122

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
  gradio>=4.0.0
2
-
3
-
4
  google-api-python-client>=2.100.0
5
  youtube-transcript-api>=0.6.2
6
  transformers>=4.35.0
@@ -11,5 +10,8 @@ plotly>=5.18.0
11
  vaderSentiment>=3.3.2
12
  huggingface_hub>=0.20.0
13
  sentence-transformers>=2.2.0
 
14
 
 
 
15
 
 
1
  gradio>=4.0.0
2
+
 
3
  google-api-python-client>=2.100.0
4
  youtube-transcript-api>=0.6.2
5
  transformers>=4.35.0
 
10
  vaderSentiment>=3.3.2
11
  huggingface_hub>=0.20.0
12
  sentence-transformers>=2.2.0
13
+
14
 
15
+ scikit-learn>=1.3.0
16
+ joblib>=1.3.0
17