Vineeth Sai commited on
Commit
429af4a
·
1 Parent(s): 9534b30

Add Space metadata to README updated final

Browse files
Files changed (1) hide show
  1. README.md +7 -13
README.md CHANGED
@@ -1,25 +1,19 @@
1
  cat > README.md << 'EOF'
2
  ---
3
- title: AI Article Summarizer (Qwen + Kokoro)
4
  emoji: 📰
5
- colorFrom: indigo
6
- colorTo: purple
7
  sdk: docker
8
- pinned: false
9
  license: apache-2.0
10
- short_description: Scrape articles, summarize with Qwen, speak via Kokoro TTS.
11
  ---
12
 
13
- # AI Article Summarizer
14
 
15
- Dark, fluid Flask app that scrapes articles, summarizes with **Qwen 0.6B**, and optionally speaks results with **Kokoro TTS**.
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 README metadata length"
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