Update README.md
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|