Spaces:
Running
Running
Commit
·
a046bf6
1
Parent(s):
279be70
release: build 46c7daf45b2fb1960f87702d7f2d090fbdb11c50
Browse files- README.md +1 -1
- assets/{index-BfoF9A_u.css → index-CdIoE54C.css} +0 -0
- assets/{index-CPrmpFS4.js → index-UOiC8ItK.js} +0 -0
- assets/{ort-wasm-simd-threaded.jsep-BAR87mbD.wasm → ort-wasm-simd-threaded.jsep-B0T3yYHD.wasm} +2 -2
- assets/worker-BiYvc7HG.js +0 -0
- assets/worker-COJ87XCR.js +0 -0
- index.html +2 -2
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/
|
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:
|
3 |
-
size
|
|
|
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-
|
17 |
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
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>
|