userisuser commited on
Commit
216d7af
·
verified ·
1 Parent(s): 9bfc212

Associate demo Space with MiniCPM-V 4.6 model

Browse files
Files changed (1) hide show
  1. README.md +9 -1
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 [MiniCPM-V 4.6](https://huggingface.co/openbmb/MiniCPM-V-4.6) demo.
 
 
 
 
 
 
 
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.