Spaces:
Sleeping
Sleeping
Vineeth Sai commited on
Commit ·
80589b0
1
Parent(s): 429af4a
Add Space metadata to README updated final 2
Browse files
README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
cat > README.md << 'EOF'
|
| 2 |
---
|
| 3 |
title: Article Summarizer
|
| 4 |
emoji: 📰
|
|
@@ -11,9 +10,9 @@ short_description: Scrape, summarize with Qwen, speak with Kokoro.
|
|
| 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 |
-
|
| 16 |
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Article Summarizer
|
| 3 |
emoji: 📰
|
|
|
|
| 10 |
|
| 11 |
# Article Summarizer
|
| 12 |
|
| 13 |
+
Dark, fluid Flask app that scrapes articles, summarizes with **Qwen 0.6B**, and can speak results with **Kokoro TTS** (CPU-only).
|
| 14 |
+
Runs fine on the free CPU tier. First run downloads models; later requests are fast.
|
| 15 |
|
| 16 |
+
## Tips
|
| 17 |
+
- If a site blocks scraping, set `ALLOW_PROXY_FALLBACK=1` in Space settings.
|
| 18 |
+
- The status endpoint `/status` shows whether models are loaded.
|