Spaces:
Runtime error
Runtime error
Update rss_processor.py
Browse files- rss_processor.py +1 -1
rss_processor.py
CHANGED
@@ -54,7 +54,7 @@ RSS_FEEDS = [
|
|
54 |
"https://www.atlasobscura.com/feeds/latest"
|
55 |
]
|
56 |
HF_API_TOKEN = os.getenv("DEMO_HF_API_TOKEN", "YOUR_HF_API_TOKEN")
|
57 |
-
REPO_ID = "
|
58 |
|
59 |
# Initialize Hugging Face API
|
60 |
login(token=HF_API_TOKEN)
|
|
|
54 |
"https://www.atlasobscura.com/feeds/latest"
|
55 |
]
|
56 |
HF_API_TOKEN = os.getenv("DEMO_HF_API_TOKEN", "YOUR_HF_API_TOKEN")
|
57 |
+
REPO_ID = ""
|
58 |
|
59 |
# Initialize Hugging Face API
|
60 |
login(token=HF_API_TOKEN)
|