rocky250 commited on
Commit
df99890
·
verified ·
1 Parent(s): 8db9a33

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -4
requirements.txt CHANGED
@@ -1,7 +1,13 @@
1
  gradio>=4.0.0
 
 
 
 
 
2
  torch>=2.0.0
3
- numpy
4
- huggingface_hub
5
- google-api-python-client
6
- youtube-transcript-api
 
7
 
 
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
7
  torch>=2.0.0
8
+ pandas>=2.0.0
9
+ numpy>=1.24.0
10
+ plotly>=5.18.0
11
+ vaderSentiment>=3.3.2
12
+ huggingface_hub>=0.20.0
13