From edbcde0dccad4b7ee859251397b5bead3aeabc8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 1 Jun 2026 22:58:37 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=BC=D0=BE=D0=B4=D0=B5=D0=BB=D1=8C=20W?= =?UTF-8?q?hisper=20=D1=80=D1=8F=D0=B4=D0=BE=D0=BC=20=D1=81=20GPT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 5 +++++ public/style.css | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index ffe85ef..7be2c74 100644 --- a/public/index.html +++ b/public/index.html @@ -12,6 +12,11 @@

🎙️ Say v1.0

+
+ 🤖 GPT-OSS-120B + 🎤 Whisper-v3-Turbo +
+
diff --git a/public/style.css b/public/style.css index 78b7db0..31bbfe4 100644 --- a/public/style.css +++ b/public/style.css @@ -6,7 +6,10 @@ body { font-family: system-ui, -apple-system, sans-serif; margin: 0; padding: 0; #ver { font-size: 14px; color: #666; font-weight: normal; } -h1 { color: #7c6ff7; margin: 0 0 8px; font-size: 20px; } +h1 { color: #7c6ff7; margin: 0 0 4px; font-size: 20px; } + +#models { display: flex; gap: 10px; justify-content: center; margin-bottom: 10px; } +.model-tag { padding: 4px 12px; background: #1a1a3e; border: 1px solid #2a2a4e; border-radius: 14px; font-size: 12px; color: #888; white-space: nowrap; } #visualizer { margin: 10px 0; } #meter { border-radius: 6px; background: #1a1a2e; display: block; margin: 0 auto; }