Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,5 @@ requests==2.26.0
|
|
| 3 |
beautifulsoup4==4.10.0
|
| 4 |
huggingface-hub>=0.14.0
|
| 5 |
torch==2.3.1 # Specify a compatible version of torch
|
| 6 |
-
transformers==4.41.2
|
|
|
|
|
|
| 3 |
beautifulsoup4==4.10.0
|
| 4 |
huggingface-hub>=0.14.0
|
| 5 |
torch==2.3.1 # Specify a compatible version of torch
|
| 6 |
+
transformers==4.41.2
|
| 7 |
+
feedparser
|