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; }