justREE commited on
Commit
4eee902
·
verified ·
1 Parent(s): 8b7e1ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -1,12 +1,13 @@
1
- ---
2
- title: StoryTeller
3
- emoji: ⚡
4
- colorFrom: blue
5
- colorTo: yellow
6
- sdk: streamlit
7
- sdk_version: 1.44.1
8
- app_file: app.py
9
- pinned: false
10
- ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
1
+ # BLIP-2 + Kokoro Storyteller
 
 
 
 
 
 
 
 
 
2
 
3
+ Upload an image, Gemma-2 (BLIP-2) spins a 50–100 word story, then Kokoro reads it aloud.
4
+ Powered by Streamlit, deploying on Hugging Face Spaces.
5
+
6
+ **Usage**
7
+ 1. Upload a `.png/.jpg/.jpeg`.
8
+ 2. Click **Tell My Story**.
9
+
10
+ Built with:
11
+ - `Salesforce/blip2-opt-2.7b`
12
+ - `kokoro` TTS
13
+ - `streamlit`