Spaces:
Sleeping
Sleeping
Vineeth Sai commited on
Commit ·
429af4a
1
Parent(s): 9534b30
Add Space metadata to README updated final
Browse files
README.md
CHANGED
|
@@ -1,25 +1,19 @@
|
|
| 1 |
cat > README.md << 'EOF'
|
| 2 |
---
|
| 3 |
-
title:
|
| 4 |
emoji: 📰
|
| 5 |
-
colorFrom:
|
| 6 |
-
colorTo:
|
| 7 |
sdk: docker
|
| 8 |
-
pinned: false
|
| 9 |
license: apache-2.0
|
| 10 |
-
short_description: Scrape
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
-
Dark, fluid Flask app that scrapes articles, summarizes with **Qwen 0.6B**, and
|
| 16 |
-
Runs on the free CPU tier. First run downloads models; later requests are fast.
|
| 17 |
-
|
| 18 |
-
## Tips
|
| 19 |
-
- If a site blocks scraping, set `ALLOW_PROXY_FALLBACK=1` in Space settings.
|
| 20 |
-
- Status endpoint: `/status`.
|
| 21 |
EOF
|
| 22 |
|
| 23 |
git add README.md
|
| 24 |
-
git commit -m "Fix
|
| 25 |
git push
|
|
|
|
| 1 |
cat > README.md << 'EOF'
|
| 2 |
---
|
| 3 |
+
title: Article Summarizer
|
| 4 |
emoji: 📰
|
| 5 |
+
colorFrom: purple
|
| 6 |
+
colorTo: indigo
|
| 7 |
sdk: docker
|
|
|
|
| 8 |
license: apache-2.0
|
| 9 |
+
short_description: Scrape, summarize with Qwen, speak with Kokoro.
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Article Summarizer
|
| 13 |
|
| 14 |
+
Dark, fluid Flask app that scrapes articles, summarizes with **Qwen 0.6B**, and can speak results with **Kokoro TTS** (CPU-only).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
EOF
|
| 16 |
|
| 17 |
git add README.md
|
| 18 |
+
git commit -m "Fix: add minimal valid repo card"
|
| 19 |
git push
|