Spaces:
Running
Running
Associate demo Space with MiniCPM-V 4.6 model
Browse files
README.md
CHANGED
|
@@ -4,9 +4,17 @@ emoji: 🪐
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: pink
|
| 6 |
sdk: static
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
# MiniCPM-V 4.6 Demo
|
| 11 |
|
| 12 |
-
A minimal landing page for launching the live
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: pink
|
| 6 |
sdk: static
|
| 7 |
+
models:
|
| 8 |
+
- openbmb/MiniCPM-V-4.6
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
# MiniCPM-V 4.6 Demo
|
| 13 |
|
| 14 |
+
A minimal landing page for launching the live MiniCPM-V 4.6 demo.
|
| 15 |
+
|
| 16 |
+
## Deploy on Hugging Face Spaces
|
| 17 |
+
|
| 18 |
+
1. Create a new Space, choose **Static HTML** as the SDK.
|
| 19 |
+
2. Upload `index.html` and this `README.md`.
|
| 20 |
+
3. The Space will serve `index.html` automatically.
|