fix: модель Whisper рядом с GPT
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
<div id="main">
|
||||
<h1>🎙️ Say <span id="ver">v1.0</span></h1>
|
||||
|
||||
<div id="models">
|
||||
<span class="model-tag">🤖 GPT-OSS-120B</span>
|
||||
<span class="model-tag">🎤 Whisper-v3-Turbo</span>
|
||||
</div>
|
||||
|
||||
<div id="visualizer">
|
||||
<canvas id="meter" width="300" height="60"></canvas>
|
||||
</div>
|
||||
|
||||
+4
-1
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user