shreyask commited on
Commit
50e783f
·
verified ·
1 Parent(s): 3da1dfb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. index.html +10 -13
index.html CHANGED
@@ -24,7 +24,7 @@
24
  }
25
  a { color: var(--mistral-orange); text-decoration: none; }
26
  a:hover { text-decoration: underline; }
27
- .container { max-width: 580px; width: 100%; }
28
 
29
  /* Header */
30
  .header { text-align: center; margin-bottom: 2rem; }
@@ -35,11 +35,12 @@
35
  background-clip: text;
36
  }
37
  .subtitle { color: var(--mistral-muted); font-size: 0.8rem; margin-top: 0.25rem; }
38
- .model-link {
39
- display: inline-flex; align-items: center; gap: 0.3rem;
40
  font-size: 0.75rem; margin-top: 0.5rem; color: var(--mistral-muted);
 
41
  }
42
- .model-link a { color: var(--mistral-orange); }
43
 
44
  /* Load section */
45
  .load-section {
@@ -148,15 +149,11 @@
148
  <div class="header">
149
  <h1>Voxtral Realtime 4B</h1>
150
  <p class="subtitle">Speech-to-Text in the browser with transformers.js + WebGPU</p>
151
- <p class="model-link">
152
- Model: <a href="https://huggingface.co/mistralai/Voxtral-Mini-4B-Realtime-2602" target="_blank" rel="noopener">
153
- mistralai/Voxtral-Mini-4B-Realtime-2602
154
- </a>
155
- &middot;
156
- ONNX: <a href="https://huggingface.co/onnx-community/Voxtral-Mini-4B-Realtime-2602-ONNX" target="_blank" rel="noopener">
157
- onnx-community/Voxtral-Mini-4B-Realtime-2602-ONNX
158
- </a>
159
- </p>
160
  </div>
161
 
162
  <!-- Load Model -->
 
24
  }
25
  a { color: var(--mistral-orange); text-decoration: none; }
26
  a:hover { text-decoration: underline; }
27
+ .container { max-width: 700px; width: 100%; }
28
 
29
  /* Header */
30
  .header { text-align: center; margin-bottom: 2rem; }
 
35
  background-clip: text;
36
  }
37
  .subtitle { color: var(--mistral-muted); font-size: 0.8rem; margin-top: 0.25rem; }
38
+ .model-links {
39
+ display: flex; align-items: center; justify-content: center; gap: 0.4rem;
40
  font-size: 0.75rem; margin-top: 0.5rem; color: var(--mistral-muted);
41
+ flex-wrap: wrap;
42
  }
43
+ .model-links .sep { color: var(--mistral-border); }
44
 
45
  /* Load section */
46
  .load-section {
 
149
  <div class="header">
150
  <h1>Voxtral Realtime 4B</h1>
151
  <p class="subtitle">Speech-to-Text in the browser with transformers.js + WebGPU</p>
152
+ <div class="model-links">
153
+ <a href="https://huggingface.co/mistralai/Voxtral-Mini-4B-Realtime-2602" target="_blank" rel="noopener">mistralai/Voxtral-Mini-4B-Realtime-2602</a>
154
+ <span class="sep">&middot;</span>
155
+ <a href="https://huggingface.co/onnx-community/Voxtral-Mini-4B-Realtime-2602-ONNX" target="_blank" rel="noopener">ONNX weights</a>
156
+ </div>
 
 
 
 
157
  </div>
158
 
159
  <!-- Load Model -->