Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
plotly
|
3 |
torch
|
4 |
-
|
5 |
pandas
|
|
|
6 |
newsapi-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
+
numpy
|
3 |
pandas
|
4 |
+
datetime
|
5 |
newsapi-python
|
6 |
+
transformers
|
7 |
+
plotly
|
8 |
+
gradio
|
9 |
+
|