diff options
| author | yum <yum.food.vr@gmail.com> | 2023-04-23 20:52:36 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-04-23 20:52:36 -0700 |
| commit | b4bb6524652e0f76834ca26a4afa232855ca1348 (patch) | |
| tree | b1aa7e7c329b69481393b28936ad4c82f7a6acd0 /BrowserSource | |
| parent | f5c1611f9cdf027f75c81576d17dfee8671d65ca (diff) | |
Begin integrating faster-whisperv0.11.0
This is a much faster, lower-VRAM reimplementation of Whisper in Python.
Early testing is extremely promising: fast transcription speed,
extremely low resource usage (CPU/RAM/VRAM), high accuracy.
Diffstat (limited to 'BrowserSource')
| -rw-r--r-- | BrowserSource/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/BrowserSource/index.html b/BrowserSource/index.html index c422e4b..253b9ef 100644 --- a/BrowserSource/index.html +++ b/BrowserSource/index.html @@ -9,9 +9,13 @@ <style> body { font-family: 'Noto Sans Mono', monospace; - font-size: 48px; + font-size: 96px; font-weight: 700; } + #transcript { + color: #fff; + -webkit-text-stroke: 1.0px #000; + } </style> <body> <div id="transcript"></div> |
