Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# requirements.txt file to install app dependencies
|
2 |
+
pandas
|
3 |
+
transformers
|
4 |
+
torch
|
5 |
+
newspaper3k
|
6 |
+
nltk
|
7 |
+
scikit-learn
|
8 |
+
numpy
|
9 |
+
requests
|
10 |
+
gradio
|
11 |
+
lxml_html_clean
|