james-ham commited on
Commit
6bcc3c3
Β·
verified Β·
1 Parent(s): fba7638

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -1,12 +1,12 @@
1
- ---
2
- title: FastVLM
3
- emoji: πŸ“Š
4
- colorFrom: gray
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 5.45.0
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
+ # FastVLM Screenshot Explainer β€” CPU-only (no uploads)
 
 
 
 
 
 
 
 
 
2
 
3
+ A tiny Gradio Space that showcases Apple's **FastVLM-0.5B** on CPU with a curated image gallery.
4
+ Pick an image β†’ choose a task (Explain / Extract numbers / Write alt-text / Ask a question) β†’ run.
5
+
6
+ ## Local dev
7
+ pip install -r requirements.txt
8
+ python app.py
9
+
10
+ ## Notes
11
+ - Uses `trust_remote_code` as shown on the model card, including IMAGE_TOKEN_INDEX=-200 and the model's own image processor.
12
+ - License: **apple-amlr** (Apple Machine Learning Research) β€” research & non-commercial only.