Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,13 @@
|
|
| 1 |
gradio>=4.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
torch>=2.0.0
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 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 |
|