nekomeowww commited on
Commit
a046bf6
·
1 Parent(s): 279be70

release: build 46c7daf45b2fb1960f87702d7f2d090fbdb11c50

Browse files
README.md CHANGED
@@ -10,7 +10,7 @@ models:
10
  - onnx-community/whisper-base
11
  short_description: 'Yet another Real-time Whisper with WebGPU, written in Vue'
12
  thumbnail: >-
13
- https://raw.githubusercontent.com/moeru-ai/airi/refs/heads/main/packages/whisper-webgpu/public/banner.png
14
  ---
15
 
16
  <h1 align="center">Whisper Realtime Demo (WebGPU)</h1>
 
10
  - onnx-community/whisper-base
11
  short_description: 'Yet another Real-time Whisper with WebGPU, written in Vue'
12
  thumbnail: >-
13
+ https://raw.githubusercontent.com/proj-airi/webai-examples/refs/heads/main/apps/whisper-webgpu/public/banner.png
14
  ---
15
 
16
  <h1 align="center">Whisper Realtime Demo (WebGPU)</h1>
assets/{index-BfoF9A_u.css → index-CdIoE54C.css} RENAMED
File without changes
assets/{index-CPrmpFS4.js → index-UOiC8ItK.js} RENAMED
The diff for this file is too large to render. See raw diff
 
assets/{ort-wasm-simd-threaded.jsep-BAR87mbD.wasm → ort-wasm-simd-threaded.jsep-B0T3yYHD.wasm} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b97d6fc585b8a3f93aa7fe13c64156bc65dcc4cf5b9462c84428a60fcb8113e
3
- size 23929658
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c46655e8a94afc45338d4cb2b840475f88e5012d524509916e505079c00bfa39
3
+ size 21596019
assets/worker-BiYvc7HG.js ADDED
The diff for this file is too large to render. See raw diff
 
assets/worker-COJ87XCR.js DELETED
The diff for this file is too large to render. See raw diff
 
index.html CHANGED
@@ -13,8 +13,8 @@
13
  document.documentElement.classList.toggle('dark', true)
14
  })()
15
  </script>
16
- <script type="module" crossorigin src="/assets/index-CPrmpFS4.js"></script>
17
- <link rel="stylesheet" crossorigin href="/assets/index-BfoF9A_u.css">
18
  </head>
19
  <body class="font-sans">
20
  <div id="app"></div>
 
13
  document.documentElement.classList.toggle('dark', true)
14
  })()
15
  </script>
16
+ <script type="module" crossorigin src="/assets/index-UOiC8ItK.js"></script>
17
+ <link rel="stylesheet" crossorigin href="/assets/index-CdIoE54C.css">
18
  </head>
19
  <body class="font-sans">
20
  <div id="app"></div>