Spaces:
Running
Running
Jeff Myers II
commited on
Commit
·
61eeb8b
1
Parent(s):
b00c2e5
Completed Prototype
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
-
newsapi_python
|
4 |
-
newspaper3k
|
5 |
-
transformers
|
6 |
-
lxml_html_clean
|
7 |
-
accelerate
|
8 |
spaces
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
+
newsapi_python==0.2.7
|
4 |
+
newspaper3k==0.2.8
|
5 |
+
transformers==4.50.0
|
6 |
+
lxml_html_clean==0.4.1
|
7 |
+
accelerate==1.5.2
|
8 |
spaces
|