nekomeowww commited on
Commit
e649679
·
1 Parent(s): 439f8ea

release: build dabb5b7ec90a1658cd5210b121b0a7ecd1019178

Browse files
Files changed (5) hide show
  1. README.md +1 -1
  2. favicon-96x96.png +0 -0
  3. favicon.svg +8 -0
  4. index.html +2 -1
  5. logo.png +0 -0
README.md CHANGED
@@ -35,7 +35,7 @@ git clone https://github.com/proj-airi/webai-examples.git
35
 
36
  ### 2. Navigate to the Project Directory
37
 
38
- Change your working directory to the `moonshine-web` folder:
39
 
40
  ```sh
41
  cd apps/smolvlm-realtime-webgpu
 
35
 
36
  ### 2. Navigate to the Project Directory
37
 
38
+ Change your working directory to the `smolvlm-realtime-webgpu` folder:
39
 
40
  ```sh
41
  cd apps/smolvlm-realtime-webgpu
favicon-96x96.png ADDED
favicon.svg ADDED
index.html CHANGED
@@ -4,7 +4,8 @@
4
  <meta charset="UTF-8" />
5
  <title>SmolVLM Realtime WebGPU (Vue)</title>
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
7
- <link rel="icon" type="image/png" href="/logo.png" />
 
8
  <script>
9
  ;(function () {
10
  const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
 
4
  <meta charset="UTF-8" />
5
  <title>SmolVLM Realtime WebGPU (Vue)</title>
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
7
+ <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
8
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
9
  <script>
10
  ;(function () {
11
  const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
logo.png DELETED
Binary file (6.26 kB)