Spaces:
Sleeping
Sleeping
fix
Browse files- tools/rss_get_papers.py +1 -1
tools/rss_get_papers.py
CHANGED
@@ -5,7 +5,7 @@ import requests
|
|
5 |
import markdownify
|
6 |
import smolagents
|
7 |
|
8 |
-
from feed_processor import DailyHFRSSParser, RSSFeedProcessor
|
9 |
|
10 |
class HFDaylyPapperTool(Tool):
|
11 |
name = "get_actual_ai_news"
|
|
|
5 |
import markdownify
|
6 |
import smolagents
|
7 |
|
8 |
+
from tools.feed_processor import DailyHFRSSParser, RSSFeedProcessor
|
9 |
|
10 |
class HFDaylyPapperTool(Tool):
|
11 |
name = "get_actual_ai_news"
|