Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,11 @@
|
|
1 |
---
|
2 |
-
|
3 |
title: SmolVLM2 Real-Time Captioning Demo
|
4 |
-
emoji: 💻
|
5 |
-
colorFrom: gray
|
6 |
-
colorTo: gray
|
7 |
sdk: gradio
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
sdk\_version: 5.0
|
13 |
-
-----------------
|
14 |
|
15 |
# SmolVLM2 Real-Time Captioning Demo
|
16 |
|
@@ -69,4 +64,4 @@ This Hugging Face Spaces app uses **Gradio v5 Blocks** to capture your webcam fe
|
|
69 |
* `requirements.txt` — Python dependencies.
|
70 |
* `.gguf` model files (auto-downloaded or user-provided).
|
71 |
|
72 |
-
## License
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
title: SmolVLM2 Real-Time Captioning Demo
|
|
|
|
|
|
|
4 |
sdk: gradio
|
5 |
+
colorFrom: green
|
6 |
+
colorTo: blue
|
7 |
+
short_description: Real-time webcam captioning with SmolVLM2 on llama.cpp
|
8 |
+
---
|
|
|
|
|
9 |
|
10 |
# SmolVLM2 Real-Time Captioning Demo
|
11 |
|
|
|
64 |
* `requirements.txt` — Python dependencies.
|
65 |
* `.gguf` model files (auto-downloaded or user-provided).
|
66 |
|
67 |
+
## License
|