Spaces:
Running
Running
Update index.html
Browse files- index.html +12 -12
index.html
CHANGED
@@ -33,13 +33,13 @@
|
|
33 |
>Warning: your browser does not support SharedArrayBuffer please try
|
34 |
open the page in a new tab.
|
35 |
</b>
|
36 |
-
<!-- <a href="https://radames-whisper-wasm.hf.space" target="_blank"
|
37 |
>https://radames-whisper-wasm.hf.space</a
|
38 |
> -->
|
39 |
</div>
|
40 |
<b
|
41 |
>Minimal
|
42 |
-
<a href="https://github.com/ggerganov/whisper.cpp">whisper.cpp</a>
|
43 |
example running fully in the browser</b
|
44 |
>
|
45 |
|
@@ -49,12 +49,12 @@
|
|
49 |
<ul>
|
50 |
<li>
|
51 |
Load a ggml model file (you can obtain one from
|
52 |
-
<a href="https://ggml.ggerganov.com/">here</a>, recommended:
|
53 |
<b>tiny</b> or <b>base</b>)
|
54 |
</li>
|
55 |
<li>
|
56 |
Select audio file to transcribe or record audio from the microphone
|
57 |
-
(sample: <a href="https://whisper.ggerganov.com/jfk.wav">jfk.wav</a>)
|
58 |
</li>
|
59 |
<li>Click on the "Transcribe" button to start the transcription</li>
|
60 |
</ul>
|
@@ -73,11 +73,11 @@
|
|
73 |
</ul>
|
74 |
|
75 |
<b>More examples:</b>
|
76 |
-
<a href="https://whisper.ggerganov.com/">main</a> |
|
77 |
-
<a href="https://whisper.ggerganov.com/bench">bench</a> |
|
78 |
-
<a href="https://whisper.ggerganov.com/stream">stream</a> |
|
79 |
-
<a href="https://whisper.ggerganov.com/command">command</a> |
|
80 |
-
<a href="https://whisper.ggerganov.com/talk">talk</a> |
|
81 |
|
82 |
<hr />
|
83 |
|
@@ -207,7 +207,7 @@
|
|
207 |
</div>
|
208 |
</div>
|
209 |
|
210 |
-
<
|
211 |
Your browser does not support the <audio> tag.
|
212 |
<source id="source" src="" type="audio/wav" />
|
213 |
</audio>
|
@@ -316,13 +316,13 @@
|
|
316 |
<div class="cell-version">
|
317 |
<span>
|
318 |
| Build time: <span class="nav-link">@GIT_DATE@</span> | Commit hash:
|
319 |
-
<a
|
320 |
class="nav-link"
|
321 |
href="https://github.com/ggerganov/whisper.cpp/commit/@GIT_SHA1@"
|
322 |
>@GIT_SHA1@</a
|
323 |
>
|
324 |
| Commit subject: <span class="nav-link">@GIT_COMMIT_SUBJECT@</span> |
|
325 |
-
<a
|
326 |
class="nav-link"
|
327 |
href="https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.wasm"
|
328 |
>Source Code</a
|
|
|
33 |
>Warning: your browser does not support SharedArrayBuffer please try
|
34 |
open the page in a new tab.
|
35 |
</b>
|
36 |
+
<!-- <a target="_blank" href="https://radames-whisper-wasm.hf.space" target="_blank"
|
37 |
>https://radames-whisper-wasm.hf.space</a
|
38 |
> -->
|
39 |
</div>
|
40 |
<b
|
41 |
>Minimal
|
42 |
+
<a target="_blank" href="https://github.com/ggerganov/whisper.cpp">whisper.cpp</a>
|
43 |
example running fully in the browser</b
|
44 |
>
|
45 |
|
|
|
49 |
<ul>
|
50 |
<li>
|
51 |
Load a ggml model file (you can obtain one from
|
52 |
+
<a target="_blank" href="https://ggml.ggerganov.com/">here</a>, recommended:
|
53 |
<b>tiny</b> or <b>base</b>)
|
54 |
</li>
|
55 |
<li>
|
56 |
Select audio file to transcribe or record audio from the microphone
|
57 |
+
(sample: <a target="_blank" href="https://whisper.ggerganov.com/jfk.wav">jfk.wav</a>)
|
58 |
</li>
|
59 |
<li>Click on the "Transcribe" button to start the transcription</li>
|
60 |
</ul>
|
|
|
73 |
</ul>
|
74 |
|
75 |
<b>More examples:</b>
|
76 |
+
<a target="_blank" href="https://whisper.ggerganov.com/">main</a> |
|
77 |
+
<a target="_blank" href="https://whisper.ggerganov.com/bench">bench</a> |
|
78 |
+
<a target="_blank" href="https://whisper.ggerganov.com/stream">stream</a> |
|
79 |
+
<a target="_blank" href="https://whisper.ggerganov.com/command">command</a> |
|
80 |
+
<a target="_blank" href="https://whisper.ggerganov.com/talk">talk</a> |
|
81 |
|
82 |
<hr />
|
83 |
|
|
|
207 |
</div>
|
208 |
</div>
|
209 |
|
210 |
+
<a target="_blank"udio controls="controls" id="audio" loop hidden>
|
211 |
Your browser does not support the <audio> tag.
|
212 |
<source id="source" src="" type="audio/wav" />
|
213 |
</audio>
|
|
|
316 |
<div class="cell-version">
|
317 |
<span>
|
318 |
| Build time: <span class="nav-link">@GIT_DATE@</span> | Commit hash:
|
319 |
+
<a target="_blank"
|
320 |
class="nav-link"
|
321 |
href="https://github.com/ggerganov/whisper.cpp/commit/@GIT_SHA1@"
|
322 |
>@GIT_SHA1@</a
|
323 |
>
|
324 |
| Commit subject: <span class="nav-link">@GIT_COMMIT_SUBJECT@</span> |
|
325 |
+
<a target="_blank"
|
326 |
class="nav-link"
|
327 |
href="https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.wasm"
|
328 |
>Source Code</a
|